summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticCrossTUKinds.td
blob: 8b6d8b681445d6a2596d6396bafa43b40d7974df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

let Component = "CrossTU" in {

def err_fnmap_parsing : Error<
  "error parsing index file: '%0' line: %1 'UniqueID filename' format "
  "expected">;

def err_multiple_def_index : Error<
  "multiple definitions are found for the same key in index ">;
}