[PATCH] Sema: Eliminate recursion from checkForFunctionCall()

Vedant Kumar vsk at apple.com
Wed Jul 22 15:07:04 PDT 2015


On Jul 22, 2015, at 2:50 PM, Richard Trieu <rtrieu at google.com> wrote:
> 
> Is the code that produces the large CFG available?  It may be useful to test that other users of the CFG can cope with processing the code. 

Sadly no :(.

Clang gave up after checking a little less than 25,000 CFGBlocks.

Would you like me to try and reproduce this behavior with a simplified test case?



More information about the cfe-commits mailing list