[cfe-commits] r47539 - /cfe/trunk/include/clang/Basic/LangOptions.h

Chris Lattner sabre at nondot.org
Sun Feb 24 11:04:34 PST 2008


Author: lattner
Date: Sun Feb 24 13:04:33 2008
New Revision: 47539

URL: http://llvm.org/viewvc/llvm-project?rev=47539&view=rev
Log:
Update comment.

Modified:
    cfe/trunk/include/clang/Basic/LangOptions.h

Modified: cfe/trunk/include/clang/Basic/LangOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/LangOptions.h?rev=47539&r1=47538&r2=47539&view=diff

==============================================================================
--- cfe/trunk/include/clang/Basic/LangOptions.h (original)
+++ cfe/trunk/include/clang/Basic/LangOptions.h Sun Feb 24 13:04:33 2008
@@ -24,7 +24,7 @@
   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.





More information about the cfe-commits mailing list