reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | executable("diagtool") { configs += [ "//llvm/utils/gn/build:clang_code" ] deps = [ "//clang/include/clang/Basic:DiagnosticIndexName", "//clang/lib/Basic", "//clang/lib/Frontend", "//llvm/lib/Support", ] sources = [ "DiagTool.cpp", "DiagnosticNames.cpp", "FindDiagnosticID.cpp", "ListWarnings.cpp", "ShowEnabledWarnings.cpp", "TreeView.cpp", "diagtool_main.cpp", ] } |