forked from OSchip/llvm-project
Rework of r198404 to avoid changes in the build configuration.
llvm-svn: 198405
This commit is contained in:
parent
321b7d35e5
commit
b045d8bc07
|
@ -2,10 +2,6 @@ set(LLVM_LINK_COMPONENTS
|
|||
Support
|
||||
)
|
||||
|
||||
# FIXME: Get rid of private headers in other modules.
|
||||
# It is hack to find "../../../lib/StaticAnalyzer".
|
||||
include_directories(${CLANG_SOURCE_DIR}/lib/StaticAnalyzer/Core)
|
||||
|
||||
add_clang_library(clangTidy
|
||||
ClangTidy.cpp
|
||||
ClangTidyModule.cpp
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include <algorithm>
|
||||
#include <vector>
|
||||
// FIXME: Move AnalysisConsumer to include/clang/StaticAnalyzer/Frontend.
|
||||
#include "../../../lib/StaticAnalyzer/Frontend/AnalysisConsumer.h"
|
||||
#include "../lib/StaticAnalyzer/Frontend/AnalysisConsumer.h"
|
||||
|
||||
using namespace clang::ast_matchers;
|
||||
using namespace clang::driver;
|
||||
|
|
Loading…
Reference in New Issue