blob: abb98917b333f10b6c4322370e9630b333d82f97 [file] [log] [blame]
static_library("utils") {
output_name = "clangTidyUtils"
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang-tools-extra/clang-tidy",
"//clang/lib/AST",
"//clang/lib/ASTMatchers",
"//clang/lib/Basic",
"//clang/lib/Lex",
"//llvm/lib/Support",
]
sources = [
"ASTUtils.cpp",
"DeclRefExprUtils.cpp",
"ExceptionAnalyzer.cpp",
"ExprSequence.cpp",
"FixItHintUtils.cpp",
"HeaderFileExtensionsUtils.cpp",
"HeaderGuard.cpp",
"IncludeInserter.cpp",
"IncludeSorter.cpp",
"LexerUtils.cpp",
"NamespaceAliaser.cpp",
"OptionsUtils.cpp",
"TypeTraits.cpp",
"UsingInserter.cpp",
]
}