Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename GRState to ProgramState, and cleanup some code formatting along the way. | Ted Kremenek | 2011-08-15 | 1 | -2/+2 |
| | | | | llvm-svn: 137665 | ||||
* | Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer ↵ | Ted Kremenek | 2011-08-12 | 1 | -2/+2 |
| | | | | | | and libStaticAnalyzer[*]. It was highly inconsistent, and very ugly to look at. llvm-svn: 137537 | ||||
* | Rename getInstantiationLineNumber to getExpansionLineNumber in both | Chandler Carruth | 2011-07-25 | 1 | -3/+3 |
| | | | | | | SourceManager and FullSourceLoc. llvm-svn: 135969 | ||||
* | remove unneeded llvm:: namespace qualifiers on some core types now that ↵ | Chris Lattner | 2011-07-23 | 1 | -3/+3 |
| | | | | | | | | LLVM.h imports them into the clang namespace. llvm-svn: 135852 | ||||
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -4/+16 |
| | | | | | | | | | | Language-design credit goes to a lot of people, but I particularly want to single out Blaine Garst and Patrick Beard for their contributions. Compiler implementation credit goes to Argyrios, Doug, Fariborz, and myself, in no particular order. llvm-svn: 133103 | ||||
* | [analyzer] Rename CheckerV2 -> Checker. | Argyrios Kyrtzidis | 2011-03-01 | 1 | -2/+2 |
| | | | | llvm-svn: 126726 | ||||
* | Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to ↵ | Ted Kremenek | 2011-02-25 | 1 | -0/+205 |
StackAddrEscapeChecker. llvm-svn: 126522 |