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 19 20 | import("//llvm/utils/unittest/unittest.gni") unittest("StaticAnalysisTests") { configs += [ "//llvm/utils/gn/build:clang_code" ] deps = [ "//clang/lib/Analysis", "//clang/lib/Basic", "//clang/lib/StaticAnalyzer/Core", "//clang/lib/StaticAnalyzer/Frontend", "//clang/lib/Tooling", "//llvm/lib/Support", ] sources = [ "AnalyzerOptionsTest.cpp", "CallDescriptionTest.cpp", "RegisterCustomCheckersTest.cpp", "StoreTest.cpp", "SymbolReaperTest.cpp", ] } |