]> granicus.if.org Git - clang/commit
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsume...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:01 +0000 (18:13 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 14 Feb 2011 18:13:01 +0000 (18:13 +0000)
commite817771c57d0eacbe069a314ba619c43d0ac70ab
tree5d06e25b52bb5101ab606e41f36209a4cfccab99
parent6a6d9a8eceb9424b18ed4a897dece97e5bf5c297
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125499 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
examples/PrintFunctionNames/CMakeLists.txt
examples/clang-interpreter/CMakeLists.txt
examples/clang-interpreter/Makefile
examples/wpa/CMakeLists.txt
examples/wpa/Makefile
lib/FrontendTool/CMakeLists.txt
lib/StaticAnalyzer/CMakeLists.txt
lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp [moved from lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp with 99% similarity]
lib/StaticAnalyzer/Frontend/CMakeLists.txt [new file with mode: 0644]
lib/StaticAnalyzer/Frontend/Makefile [new file with mode: 0644]
lib/StaticAnalyzer/Makefile
tools/driver/CMakeLists.txt
tools/driver/Makefile