This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
lib
/
StaticAnalyzer
/
Frontend
History
Anna Zaks
dfbea6b244
[analyzer] -analyze-function for ObjectiveC should check if any of the methods match the name (not only the first one).
...
llvm-svn: 139439
2011-09-10 00:12:23 +00:00
..
AnalysisConsumer.cpp
[analyzer] -analyze-function for ObjectiveC should check if any of the methods match the name (not only the first one).
2011-09-10 00:12:23 +00:00
AnalysisConsumer.h
[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
CheckerRegistration.cpp
Fix typo.
2011-08-17 05:00:56 +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