[cfe-commits] [Patch] Adding flag to libclang to skip parsing method bodies

Douglas Gregor dgregor at apple.com
Wed Mar 14 09:34:36 PDT 2012


On Dec 14, 2011, at 7:51 AM, Erik Verbruggen wrote:

> Attached is a patch to have the parser skip method bodies. The beef of the patch is propagating the flag down to the constructor of the Parser class. I also changed the code-completion (which also uses it) to set this flag.


This patch seems to have gotten dropped on the floor. I'm fine with this patch (although I suspect it's gone rather stale).

	- Doug



More information about the cfe-commits mailing list