[cfe-commits] [patch]interfile analysis

Zhongxing Xu xuzhongxing at gmail.com
Thu Jul 8 02:09:21 PDT 2010


This patch did the following things.
* add a Indexer to AnalysisManager
* add a InlineCallInAnotherTU() to GRExprEngine, which tries to find
the definition of the callee in other translation units.
* add a new ProgramPoint: FarCallEnter which indicates we are going to
enter a function in another translation unit.  And associated builder
classes.
* now stop at GRFarCallEnterNodeBuilder::GenerateNode(). Here I plan
to create a new GRExprEngine with a input state and an output state
set. After it finishes running, add all output nodes into the WList.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: a.patch
Type: text/x-patch
Size: 14886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100708/b20422f9/attachment.bin>


More information about the cfe-commits mailing list