diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-24 19:04:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-24 19:04:33 +0000 |
commit | edf9c7f1bc0cb329df87ca3388fce8b6234f0359 (patch) | |
tree | b22b5f899fc70bf6c83d323e242347e27a9ee101 /include/clang/Basic/LangOptions.h | |
parent | 69d6375dbd5f1efb9ffbb4a9e5c3f9aee746fed6 (diff) |
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/LangOptions.h')
-rw-r--r-- | include/clang/Basic/LangOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/LangOptions.h b/include/clang/Basic/LangOptions.h index 2f4186ba78..1c4dac315e 100644 --- a/include/clang/Basic/LangOptions.h +++ b/include/clang/Basic/LangOptions.h @@ -24,7 +24,7 @@ struct LangOptions { unsigned Trigraphs : 1; // Trigraphs in source files. unsigned BCPLComment : 1; // BCPL-style // comments. unsigned DollarIdents : 1; // '$' allowed in identifiers. - unsigned Digraphs : 1; // When added to C? C99? + unsigned Digraphs : 1; // C++ and C99 unsigned HexFloats : 1; // C99 Hexadecimal float constants. unsigned C99 : 1; // C99 Support unsigned Microsoft : 1; // Microsoft extensions. |