This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3a86ba767c7efbb9a6c2e4916fca9590a7664bd2
clang-p2996
/
clang
/
lib
/
StaticAnalyzer
/
Frontend
History
Anna Zaks
8d4c8e1498
[analyzer] Add -analyzer-purge option which can take on multiple values, remove -analyzer-purge=none. (Small refactor as well: move the work of constructing AnalysisManager from the callers to the class itself.)
...
llvm-svn: 140838
2011-09-30 02:03:00 +00:00
..
AnalysisConsumer.cpp
[analyzer] Add -analyzer-purge option which can take on multiple values, remove -analyzer-purge=none. (Small refactor as well: move the work of constructing AnalysisManager from the callers to the class itself.)
2011-09-30 02:03:00 +00:00
AnalysisConsumer.h
Rename Diagnostic to DiagnosticsEngine as per issue 5397
2011-09-25 23:23:43 +00:00
CheckerRegistration.cpp
Rename Diagnostic to DiagnosticsEngine as per issue 5397
2011-09-25 23:23:43 +00:00
CMakeLists.txt
Correct name of dependent target.
2011-02-20 19:41:34 +00:00
FrontendActions.cpp
[analyzer] Overhaul of checker registration in preparation for basic plugin support. Removes support for checker groups (we can add them back in later if we decide they are still useful), and -analyzer-checker-help output is a little worse for the time being (no packages).
2011-08-16 21:24:21 +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