diff options
| author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-14 18:13:01 +0000 |
|---|---|---|
| committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-02-14 18:13:01 +0000 |
| commit | ecd3334dacdc7130cde5d53ee8fde791d302a23d (patch) | |
| tree | 89a1ac3a3af65c6af72b29a2cf371e271b7cf3dd /clang/examples/PrintFunctionNames | |
| parent | bd356a80118a22371bd04da492b16b4eaf6ab386 (diff) | |
| download | bcm5719-llvm-ecd3334dacdc7130cde5d53ee8fde791d302a23d.tar.gz bcm5719-llvm-ecd3334dacdc7130cde5d53ee8fde791d302a23d.zip | |
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib.
llvm-svn: 125499
Diffstat (limited to 'clang/examples/PrintFunctionNames')
| -rw-r--r-- | clang/examples/PrintFunctionNames/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/examples/PrintFunctionNames/CMakeLists.txt b/clang/examples/PrintFunctionNames/CMakeLists.txt index d442ff9c6b3..58b4603e9b6 100644 --- a/clang/examples/PrintFunctionNames/CMakeLists.txt +++ b/clang/examples/PrintFunctionNames/CMakeLists.txt @@ -8,6 +8,7 @@ set( LLVM_USED_LIBS clangCodeGen clangParse clangSema + clangStaticAnalyzerFrontend clangStaticAnalyzerCheckers clangStaticAnalyzerCore clangAnalysis |

