summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/CallInliner.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove CallInliner.cpp.Zhongxing Xu2010-07-191-0/+0
* Reapply r108617.Zhongxing Xu2010-07-191-54/+0
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-0/+54
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-54/+0
* Introduce Decl::hasBody() and FunctionDecl::hasBody() and use them instead of...Argyrios Kyrtzidis2010-07-071-1/+1
* Use getBody() to get the function definition when the decl referenced is notZhongxing Xu2010-02-281-1/+1
* Restore Zhongxing's commits r97122 r97127 r97129 r97131 which were reverted d...Douglas Gregor2010-02-251-73/+3
* Revert patches r97122 r97127 r97129 r97131.Jakob Stoklund Olesen2010-02-251-3/+73
* Move the GenerateCallExitNode logic completely into GREndPathNodeBuilder.Zhongxing Xu2010-02-251-15/+0
* Move the dead bindings removal logic from CallInliner to GRExprEngine::Proces...Zhongxing Xu2010-02-251-12/+2
* Call inliner improvements:Zhongxing Xu2010-02-251-50/+5
* In symbol reaper, a variable is live if its stack frame is the parent of the Zhongxing Xu2010-02-171-3/+14
* Revert 95541.Ted Kremenek2010-02-081-1/+1
* Rename: GRState::getSVal(Stmt*) => getExprVal(),Zhongxing Xu2010-02-081-1/+1
* Move 'LocalCheckers.h' to the 'Checkers' subdirectory.Ted Kremenek2010-01-261-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+113
OpenPOWER on IntegriCloud