Files
carbon-lang/diagnostics/diagnostic_emitter.cpp
T
Chandler Carruth b72294aa57 Merge the diagnostics library from the toolchain repo. (#212)
Main original commit message:

> Add stubs of a diagnostic emission library. (#13)
>
> This doesn't have much wired up yet, but tries to lay out the most
> primitive API pattern.
2020-12-08 01:46:14 -08:00

8 lines
279 B
C++

// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include "diagnostics/diagnostic_emitter.h"
namespace Carbon {} // namespace Carbon