Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort the #include lines for examples/... | Chandler Carruth | 2012-12-04 | 1 | -2/+2 |
| | | | | llvm-svn: 169241 | ||||
* | analyzer-plugin/MainCallChecker.cpp: Fixup corresponding to r167275. | NAKAMURA Takumi | 2012-11-02 | 1 | -1/+1 |
| | | | | llvm-svn: 167278 | ||||
* | drop more llvm:: prefixes on OwningPtr<> | Dylan Noblesmith | 2012-02-13 | 1 | -1/+1 |
| | | | | | | More cleanup after r149798. llvm-svn: 150379 | ||||
* | examples/analyzer-plugin/: unbreak build | Dylan Noblesmith | 2012-02-09 | 1 | -2/+3 |
| | | | | | | | It was never updated for API changes in r149311/r149336/r149339 and r147688. llvm-svn: 150202 | ||||
* | Remove EnhancedBugReport and RangedBugReport - pull all the extra ↵ | Anna Zaks | 2011-08-17 | 1 | -1/+1 |
| | | | | | | 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 | ||||
* | Don't use BuiltinBug in analyzer plugin example. | Jordy Rose | 2011-08-17 | 1 | -1/+1 |
| | | | | llvm-svn: 137811 | ||||
* | [analyzer] Add basic support for pluggable checkers. | Jordy Rose | 2011-08-17 | 1 | -0/+52 |
llvm-svn: 137802 |