Age | Commit message (Expand) | Author |
---|---|---|
2010-01-25 | Split libAnalysis into two libraries: libAnalysis and libChecker. | Ted Kremenek |
2009-12-24 | As Ted suggested, record the callsite information with the StackFrameContext. | Zhongxing Xu |
2009-12-24 | Inter-procedural analysis: now we can return from the callee. | Zhongxing Xu |
2009-12-23 | Migrate the call inliner to the Checker interface. | Zhongxing Xu |
2009-11-28 | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam |
2009-10-13 | Now we can call into another function with the CallInliner transfer function. | Zhongxing Xu |
2009-09-11 | Start to add a new transfer function that inlines callee. To be continued. | Zhongxing Xu |