forked from OSchip/llvm-project
parent
d4d7f9d69e
commit
452815a6b2
|
@ -44,6 +44,7 @@ struct LangOptions {
|
|||
ObjC1 = ObjC2 = 0;
|
||||
C99 = Microsoft = CPlusPlus = CPlusPlus0x = NoExtensions = 0;
|
||||
CXXOperatorNames = PascalStrings = Boolean = WritableStrings = 0;
|
||||
LaxVectorConversions = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue