Changeset View
Changeset View
Standalone View
Standalone View
clang-tools-extra/clang-tidy/utils/CMakeLists.txt
set(LLVM_LINK_COMPONENTS | set(LLVM_LINK_COMPONENTS | ||||
FrontendOpenMP | FrontendOpenMP | ||||
Support | Support | ||||
) | ) | ||||
add_clang_library(clangTidyUtils | add_clang_library(clangTidyUtils | ||||
Aliasing.cpp | |||||
ASTUtils.cpp | ASTUtils.cpp | ||||
DeclRefExprUtils.cpp | DeclRefExprUtils.cpp | ||||
ExceptionAnalyzer.cpp | ExceptionAnalyzer.cpp | ||||
ExprSequence.cpp | ExprSequence.cpp | ||||
FileExtensionsUtils.cpp | FileExtensionsUtils.cpp | ||||
FixItHintUtils.cpp | FixItHintUtils.cpp | ||||
HeaderGuard.cpp | HeaderGuard.cpp | ||||
IncludeInserter.cpp | IncludeInserter.cpp | ||||
Show All 25 Lines |