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
/
StaticAnalyzer
/
Core
/
CXXExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename CXXExprEngine.cpp to ExprEngineCXX.cpp.
Ted Kremenek
2011-08-20
1
-371
/
+0
*
Rename GRState to ProgramState, and cleanup some code formatting along the way.
Ted Kremenek
2011-08-15
1
-8
/
+8
*
Cleanup: remove GetState() wrapper from ExprEngine, not needed as of r137273.
Anna Zaks
2011-08-10
1
-7
/
+7
*
[analyzer] fix handling of MaterializeTemporaryExpr by binding the result val...
Ted Kremenek
2011-07-28
1
-6
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
Modify some deleted function methods to better reflect reality:
Alexis Hunt
2011-05-06
1
-2
/
+2
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
static analyzer: invalidate by-ref arguments passed to constructors in a 'new...
Ted Kremenek
2011-04-12
1
-3
/
+31
*
Start overhauling static analyzer support for C++ constructors. The inlining...
Ted Kremenek
2011-04-08
1
-34
/
+102
*
Teach static analyzer about the basics of handling new[]. We still don't sim...
Ted Kremenek
2011-03-31
1
-9
/
+12
*
Begin reworking static analyzer support for C++ method calls. The current lo...
Ted Kremenek
2011-03-30
1
-83
/
+28
*
Fix comments, and force auto progagation in VisitAggExpr.
Ted Kremenek
2011-03-12
1
-1
/
+4
*
[analyzer] Remove checker V1 registration and running from ExprEngine.
Argyrios Kyrtzidis
2011-03-01
1
-2
/
+3
*
Rename 'InvalidateRegions()' to 'invalidateRegions()'.
Ted Kremenek
2011-02-11
1
-1
/
+1
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-2
/
+2
*
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
1
-0
/
+322