|
@@ -88,7 +88,7 @@ LANGOPT(AppExt , 1, 0, "Objective-C App Extension")
|
|
LANGOPT(Trigraphs , 1, 0,"trigraphs")
|
|
LANGOPT(Trigraphs , 1, 0,"trigraphs")
|
|
LANGOPT(LineComment , 1, 1, "'//' comments")
|
|
LANGOPT(LineComment , 1, 1, "'//' comments")
|
|
LANGOPT(Bool , 1, 1, "bool, true, and false keywords")
|
|
LANGOPT(Bool , 1, 1, "bool, true, and false keywords")
|
|
-LANGOPT(Half , 1, 0, "half keyword")
|
|
|
|
|
|
+LANGOPT(Half , 1, 1, "half keyword")
|
|
LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
|
|
LANGOPT(WChar , 1, CPlusPlus, "wchar_t keyword")
|
|
BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
|
|
BENIGN_LANGOPT(DollarIdents , 1, 1, "'$' in identifiers")
|
|
BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
|
|
BENIGN_LANGOPT(AsmPreprocessor, 1, 0, "preprocessor in asm mode")
|