[cfe-commits] r123606 - in /cfe/trunk: include/clang/Parse/Parser.h lib/Parse/ParseDeclCXX.cpp lib/Parse/Parser.cpp test/Parser/cxx0x-override-control-keywords.cpp
Anders Carlsson
andersca at mac.com
Wed Jan 19 19:50:30 PST 2011
On Jan 17, 2011, at 9:44 AM, Douglas Gregor wrote:
> How about initializing these to NULL in the constructor, then have isCXX0XVirtSpecifier() initialize them only when it sees an identifier at that position?
>
> - Doug
Sure, done in 123876.
- Anders
More information about the cfe-commits
mailing list