]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/clang/include/clang/Basic/DiagnosticCrossTUKinds.td
Merge libc++ trunk r321414 to contrib/libc++.
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / clang / include / clang / Basic / DiagnosticCrossTUKinds.td
1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 let Component = "CrossTU" in {
11
12 def err_fnmap_parsing : Error<
13   "error parsing index file: '%0' line: %1 'UniqueID filename' format "
14   "expected">;
15
16 def err_multiple_def_index : Error<
17   "multiple definitions are found for the same key in index ">;
18 }