This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-16 21:36:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
examples
/
analyzer-plugin
History
Anna Zaks
3a6bdf8f82
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
...
llvm-svn: 137894
2011-08-17 23:00:25 +00:00
..
CMakeLists.txt
[analyzer] Add basic support for pluggable checkers.
2011-08-17 01:30:59 +00:00
MainCallChecker.cpp
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
2011-08-17 23:00:25 +00:00
Makefile
[analyzer] Add basic support for pluggable checkers.
2011-08-17 01:30:59 +00:00