This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
a335f5aeebe96e48cb154873b10fc1fd9445694b
llvm-project
/
clang
/
lib
/
StaticAnalyzer
/
Frontend
History
Ted Kremenek
e69ab05f6e
Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang.
...
llvm-svn: 130913
2011-05-05 03:41:17 +00:00
..
AnalysisConsumer.cpp
Add Checker callback for running a checker at the end of processing an entire TranslationUnit. Patch by Lei Zhang.
2011-05-05 03:41:17 +00:00
AnalysisConsumer.h
Fix the clang-wpa example.
2011-02-15 16:54:12 +00:00
CheckerRegistration.cpp
[analyzer] For -analyzer-checker-help show all the info about groups, packages, and which packages/checkers are hidden.
2011-03-29 23:57:38 +00:00
CMakeLists.txt
Correct name of dependent target.
2011-02-20 19:41:34 +00:00
FrontendActions.cpp
[analyzer] Overhauling of the checker registration mechanism.
2011-02-14 18:13:31 +00:00
Makefile
When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be
2011-02-17 18:40:33 +00:00