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