Chandler Carruth
|
8675b4af77
|
Sort the #include lines for examples/...
llvm-svn: 169241
|
2012-12-04 09:37:22 +00:00 |
NAKAMURA Takumi
|
53eefc43f4
|
analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275.
llvm-svn: 167278
|
2012-11-02 02:04:01 +00:00 |
Dylan Noblesmith
|
1cd1069b68
|
drop more llvm:: prefixes on OwningPtr<>
More cleanup after r149798.
llvm-svn: 150379
|
2012-02-13 12:32:21 +00:00 |
Dylan Noblesmith
|
aa1a64055b
|
examples/analyzer-plugin/: unbreak build
It was never updated for API changes in r149311/r149336/r149339
and r147688.
llvm-svn: 150202
|
2012-02-09 20:02:49 +00:00 |
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 |
Jordy Rose
|
ae55cf2f90
|
Don't use BuiltinBug in analyzer plugin example.
llvm-svn: 137811
|
2011-08-17 03:23:51 +00:00 |
Jordy Rose
|
93b86e494d
|
[analyzer] Add basic support for pluggable checkers.
llvm-svn: 137802
|
2011-08-17 01:30:59 +00:00 |