Daniel Dunbar wrote: > Author: ddunbar > Date: Wed Nov 25 20:14:31 2009 > New Revision: 89919 > > URL: http://llvm.org/viewvc/llvm-project?rev=89919&view=rev > Log: > Factor out a LangStandard class and coalesce the information about the > standards into LangStandards.def > - I'd appreciate another pair of eyeballs to double check this. > > --- cfe/trunk/include/clang/Frontend/LangStandard.h (added) > +++ cfe/trunk/include/clang/Frontend/LangStandard.h Wed Nov 25 20:14:31 2009 > @@ -0,0 +1,77 @@ > + > + /// hasDigraphs - Language supports diagrphs. > Typo: diagrphs.
Looks good otherwise. Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
