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