index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
PseudoConstantAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-3
/
+1
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-3
/
+3
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-1
/
+1
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
Drop the ASTContext.h include from Stmt.h and fix up transitive users.
Benjamin Kramer
2012-07-04
1
-0
/
+1
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-15
/
+2
*
Cleanup various declarations of 'Stmt*' to be 'Stmt *', etc. in libAnalyzer a...
Ted Kremenek
2011-08-12
1
-1
/
+1
*
Give some convenient idiomatic accessors to Stmt::child_range and
John McCall
2011-02-13
1
-2
/
+1
*
Start migration of static analyzer to using the
Ted Kremenek
2010-12-16
1
-2
/
+5
*
Add missing null checks in PseudoConstantAnalysis
Tom Care
2010-08-25
1
-1
/
+4
*
Improved the handling of blocks and block variables in PseudoConstantAnalysis
Tom Care
2010-08-25
1
-30
/
+47
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-15
/
+15
*
Improvements to IdempotentOperationChecker and its use of PseudoConstantAnalysis
Tom Care
2010-08-24
1
-8
/
+53
*
Several small changes to PseudoConstantAnalysis and the way IdempotentOperati...
Tom Care
2010-08-23
1
-0
/
+173