On Tue, October 11, 2011 20:54, Douglas Gregor wrote: > On Oct 11, 2011, at 10:59 AM, Richard Smith wrote: >> The attached patch adds a -Wc++0x-compat warning if a C++11 keyword is used >> when compiling in C++98 mode. The warning is provided only for the first >> usage of each keyword. It has false negatives if the keyword comes from the >> body of a macro, but covers the majority of cases. I'm not very familiar >> with the lexer, so a review would be very much appreciated. > > LGTM.
Thanks, in r141700. -- Richard _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
