Update comment.

llvm-svn: 47539
This commit is contained in:
Chris Lattner 2008-02-24 19:04:33 +00:00
parent f0ed31aafe
commit 89a62c8fff
1 changed files with 1 additions and 1 deletions

View File

@ -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.