[cfe-commits] [PATCH] Publish Parser RAIIs
John McCall
rjmccall at apple.com
Tue Oct 30 18:58:10 PDT 2012
On Oct 30, 2012, at 8:43 AM, Axel Naumann wrote:
> We'd like to make use of the RAIIs that make using the Parser so much
> safer. The attached patch publishes them; it also combines
> DestroyTemplateIdAnnotationsRAIIObj with the other RAIIs.
>
> Note that the patch contains the result of svn diff after
>
> svn mv lib/Parse/RAIIObjectsForParser.h
> include/clang/Parse/RAIIObjectsForParser.h
>
> Objections against me committing the attached patch?
Sorry, I'm missing the context. You have code outside Parser
which is manipulating the Parser?
John.
More information about the cfe-commits
mailing list