[cfe-commits] r106993 - in /cfe/trunk: include/clang/Parse/Action.h lib/Parse/ParseDeclCXX.cpp lib/Sema/Sema.cpp lib/Sema/Sema.h lib/Sema/SemaAccess.cpp test/CXX/temp/temp.spec/temp.explicit/p11.cpp

John McCall rjmccall at apple.com
Tue Jun 29 11:38:56 PDT 2010


On Jun 29, 2010, at 11:01 AM, Chandler Carruth wrote:
> As would I, but John seemed to think that was overkill in his email about the original patch... maybe I was mis-interpreting him though? I'm happy to switch if you like.

I wasn't objecting to the idea of using a RAII object;  I was objecting to using that specific existing RAII object, which is used to delay diagnostics during declarator parsing in a very peculiar and kindof hacky way.

John.



More information about the cfe-commits mailing list