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
/
CallInliner.cpp
Age
Commit message (
Expand
)
Author
2010-07-19
remove CallInliner.cpp.
Zhongxing Xu
2010-07-19
Reapply r108617.
Zhongxing Xu
2010-07-17
Revert r108617, it broke the build.
Benjamin Kramer
2010-07-17
Prepare the analyzer for the callee in another translation unit:
Zhongxing Xu
2010-07-07
Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...
Argyrios Kyrtzidis
2010-02-28
Use getBody() to get the function definition when the decl referenced is not
Zhongxing Xu
2010-02-25
Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...
Douglas Gregor
2010-02-25
Revert patches r97122 r97127 r97129 r97131.
Jakob Stoklund Olesen
2010-02-25
Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder.
Zhongxing Xu
2010-02-25
Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...
Zhongxing Xu
2010-02-25
Call inliner improvements:
Zhongxing Xu
2010-02-17
In symbol reaper, a variable is live if its stack frame is the parent of the
Zhongxing Xu
2010-02-08
Revert 95541.
Ted Kremenek
2010-02-08
Rename: GRState::getSVal(Stmt*) => getExprVal(),
Zhongxing Xu
2010-01-26
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
Ted Kremenek
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek