Age | Commit message (Expand) | Author |
---|---|---|
2012-07-04 | Drop the ASTContext.h include from Stmt.h and fix up transitive users. | Benjamin Kramer |
2012-03-10 | Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to | John McCall |
2011-08-12 | Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a... | Ted Kremenek |
2011-02-13 | Give some convenient idiomatic accessors to Stmt::child_range and | John McCall |
2010-12-16 | Start migration of static analyzer to using the | Ted Kremenek |
2010-08-25 | Add missing null checks in PseudoConstantAnalysis | Tom Care |
2010-08-25 | Improved the handling of blocks and block variables in PseudoConstantAnalysis | Tom Care |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-24 | Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis | Tom Care |
2010-08-23 | Several small changes to PseudoConstantAnalysis and the way IdempotentOperati... | Tom Care |