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
/
Checker
/
Environment.cpp
Age
Commit message (
Expand
)
Author
2010-12-22
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...
Argyrios Kyrtzidis
2010-12-22
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
Argyrios Kyrtzidis
2010-12-22
Always blast through no-op casts when getting expr SVals.
Zhongxing Xu
2010-12-22
After inlining the CXXConstructExpr, bind the temporary object region to it.
Zhongxing Xu
2010-12-16
Start migration of static analyzer to using the
Ted Kremenek
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-05
Rename Environment::LookupExpr() to
Ted Kremenek
2010-12-04
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-02
Merge ValueManager into SValBuilder.
Ted Kremenek
2010-11-25
handle CXXFunctionalCastExpr in visitLValue and Environment.
Zhongxing Xu
2010-11-25
Improve comments.
Zhongxing Xu
2010-11-24
Let StackFrameContext represent if the call expr is evaluated as lvalue.
Zhongxing Xu
2010-11-24
Adjust method calls to reflect name changes in
Ted Kremenek
2010-11-20
Fix a typo in EnvironmentManager::bindExprAndLocation(). Reviewed by kremenek.
Zhanyong Wan
2010-09-03
Add optional record of "location" SVals in the environment. When we analyzin...
Ted Kremenek
2010-07-01
Add an ivar to SymbolReaper for the current statement, and then stop passing ...
Jordy Rose
2010-04-14
Add support for CXXBoolLiteralExpr.
Zhongxing Xu
2010-04-05
Always assume block-level expressions in the caller are alive when analyzing
Zhongxing Xu
2010-04-05
Since now we process regions in clusters when removing dead bindings, this
Zhongxing Xu
2010-03-27
Checker: random include cleanup.
Benjamin Kramer
2010-03-05
Remove reference to AnalysisContext in Environment. We already have LocationC...
Zhongxing Xu
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek