index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
ExprEngine.cpp
Age
Commit message (
Expand
)
Author
2011-01-14
Rename 'RemoveDeadBindings()' to 'removeDeadBindings()'
Ted Kremenek
2011-01-14
Rename 'EnterStackFrame()' to 'enterStackFrame()'.
Ted Kremenek
2011-01-13
Support inlining base initializers. We still haven't got it completely right,
Zhongxing Xu
2011-01-13
Rename 'HasGeneratedNode' to 'hasGeneratedNode'
Ted Kremenek
2011-01-11
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
Argyrios Kyrtzidis
2011-01-11
[analyzer] Support post-visiting ObjCIvarRefExprs for checkers.
Argyrios Kyrtzidis
2011-01-11
Remove ProgramPoint parameter from GenericNodeBuilder::generateNode().
Ted Kremenek
2011-01-11
Rework ExprEngine::processCFGBlockEntrance()
Ted Kremenek
2011-01-11
Rename misc. methods in GRSubEngine to start
Ted Kremenek
2011-01-10
Revert r123160. There are linking dependency problems.
Zhongxing Xu
2011-01-10
ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.
Zhongxing Xu
2011-01-10
In C++, assignment and compound assignment operators return an lvalue.
Zhongxing Xu
2011-01-10
The isPrefix() checking is redundant. Lvalue incremental/decremental expressions
Zhongxing Xu
2011-01-08
Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter,
Sean Hunt
2011-01-04
There is nothing interesting to analyze with a sizeof...(pack) expression
Douglas Gregor
2011-01-03
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2010-12-24
Add basic support for pointer arithmetic in
Ted Kremenek
2010-12-23
Chris Lattner has strong opinions about directory
Ted Kremenek
[prev]