Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename GRState to ProgramState, and cleanup some code formatting along the way. | Ted Kremenek | 2011-08-15 | 1 | -21/+33 |
* | Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a... | Ted Kremenek | 2011-08-12 | 1 | -3/+3 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -3/+3 |
* | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -8/+19 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -1/+1 |
* | Don't have side-effects (or rather non-trivial computation) in StringSwitch "... | Ted Kremenek | 2011-03-12 | 1 | -6/+9 |
* | Add initial version of "IteratorsChecker", a checker to find misues uses of C... | Ted Kremenek | 2011-03-12 | 1 | -0/+579 |