summaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PseudoConstantAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-3/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-3/+3
* [C++11] Use 'nullptr'. Analysis edition.Craig Topper2014-05-201-1/+1
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+2
* Drop the ASTContext.h include from Stmt.h and fix up transitive users.Benjamin Kramer2012-07-041-0/+1
* Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr toJohn McCall2012-03-101-15/+2
* Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...Ted Kremenek2011-08-121-1/+1
* Give some convenient idiomatic accessors to Stmt::child_range andJohn McCall2011-02-131-2/+1
* Start migration of static analyzer to using theTed Kremenek2010-12-161-2/+5
* Add missing null checks in PseudoConstantAnalysisTom Care2010-08-251-1/+4
* Improved the handling of blocks and block variables in PseudoConstantAnalysisTom Care2010-08-251-30/+47
* GCC didn't care for my attempt at API compatibility, so brute-force everythingJohn McCall2010-08-251-15/+15
* Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysisTom Care2010-08-241-8/+53
* Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...Tom Care2010-08-231-0/+173