mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
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.
8 lines
279 B
C++
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
|