[cfe-commits] r89919 - in /cfe/trunk: include/clang/Frontend/LangStandard.h include/clang/Frontend/LangStandards.def lib/Frontend/CMakeLists.txt lib/Frontend/LangStandards.cpp tools/clang-cc/Options.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Thu Nov 26 05:24:29 PST 2009
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
More information about the cfe-commits
mailing list