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
/
Checkers
/
ExprEngine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Use the new registration mechanism on some of the internal checks....
Argyrios Kyrtzidis
2011-02-15
1
-5
/
+2
*
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
1
-0
/
+2
*
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...
Ted Kremenek
2011-02-10
1
-5
/
+5
*
AST, Sema, Serialization: add CUDAKernelCallExpr and related semantic actions
Peter Collingbourne
2011-02-09
1
-0
/
+1
*
Remove vtables from the Stmt hierarchy; this was pretty easy as
John McCall
2011-02-09
1
-1
/
+0
*
static analyzer: Further reduce the analyzer's memory usage when analyzing sq...
Ted Kremenek
2011-02-09
1
-0
/
+7
*
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/Stat...
Argyrios Kyrtzidis
2011-02-08
1
-1
/
+1
*
[analyzer] Fix a crash until we can handle temporary struct objects properly.
Argyrios Kyrtzidis
2011-02-03
1
-1
/
+5
*
[analyzer] Fix crash when handling dot syntax on 'super'.
Argyrios Kyrtzidis
2011-01-27
1
-6
/
+6
*
[analyzer] Enable the self-init checker under command-line option '-analyzer-...
Argyrios Kyrtzidis
2011-01-26
1
-1
/
+0
*
Recycle memory for GRStates that are never referenced
Ted Kremenek
2011-01-25
1
-0
/
+3
*
[analyzer] Handle the dot syntax for properties in the ExprEngine.
Argyrios Kyrtzidis
2011-01-25
1
-6
/
+52
*
[analyzer] Introduce ExprEngine::VisitObjCMessage for handling general ObjCMe...
Argyrios Kyrtzidis
2011-01-25
1
-12
/
+19
*
[analyzer] Introduce ObjCMessage which represents both explicit ObjC message ...
Argyrios Kyrtzidis
2011-01-25
1
-9
/
+48
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-3
/
+0
*
Introduce a new expression kind, SubstNonTypeTemplateParmPackExpr,
Douglas Gregor
2011-01-15
1
-0
/
+1
*
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
Ted Kremenek
2011-01-14
1
-1
/
+1
*
Rename 'EnterStackFrame()' to 'enterStackFrame()'.
Ted Kremenek
2011-01-14
1
-1
/
+1
*
Support inlining base initializers. We still haven't got it completely right,
Zhongxing Xu
2011-01-13
1
-9
/
+25
*
Rename 'HasGeneratedNode' to 'hasGeneratedNode'
Ted Kremenek
2011-01-13
1
-17
/
+14
*
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
Argyrios Kyrtzidis
2011-01-11
1
-0
/
+1
*
[analyzer] Support post-visiting ObjCIvarRefExprs for checkers.
Argyrios Kyrtzidis
2011-01-11
1
-1
/
+7
*
Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().
Ted Kremenek
2011-01-11
1
-3
/
+1
*
Rework ExprEngine::processCFGBlockEntrance()
Ted Kremenek
2011-01-11
1
-5
/
+16
*
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2011-01-11
1
-17
/
+17
*
Revert r123160. There are linking dependency problems.
Zhongxing Xu
2011-01-10
1
-0
/
+3521
*
ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.
Zhongxing Xu
2011-01-10
1
-3521
/
+0
*
In C++, assignment and compound assignment operators return an lvalue.
Zhongxing Xu
2011-01-10
1
-2
/
+8
*
The isPrefix() checking is redundant. Lvalue incremental/decremental expressions
Zhongxing Xu
2011-01-10
1
-1
/
+1
*
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Alexis Hunt
2011-01-08
1
-1
/
+1
*
There is nothing interesting to analyze with a sizeof...(pack) expression
Douglas Gregor
2011-01-04
1
-0
/
+1
*
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
1
-0
/
+1
*
Add basic support for pointer arithmetic in
Ted Kremenek
2010-12-24
1
-1
/
+1
*
Chris Lattner has strong opinions about directory
Ted Kremenek
2010-12-23
1
-0
/
+3513