Changeset View
Changeset View
Standalone View
Standalone View
clang/include/clang/Basic/LangOptions.def
Show First 20 Lines • Show All 256 Lines • ▼ Show 20 Lines | |||||
BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation") | BENIGN_LANGOPT(ModulesCodegen , 1, 0, "Modules code generation") | ||||
BENIGN_LANGOPT(ModulesDebugInfo , 1, 0, "Modules debug info") | BENIGN_LANGOPT(ModulesDebugInfo , 1, 0, "Modules debug info") | ||||
BENIGN_LANGOPT(ElideConstructors , 1, 1, "C++ copy constructor elision") | BENIGN_LANGOPT(ElideConstructors , 1, 1, "C++ copy constructor elision") | ||||
BENIGN_LANGOPT(DumpRecordLayouts , 1, 0, "dumping the layout of IRgen'd records") | BENIGN_LANGOPT(DumpRecordLayouts , 1, 0, "dumping the layout of IRgen'd records") | ||||
BENIGN_LANGOPT(DumpRecordLayoutsSimple , 1, 0, "dumping the layout of IRgen'd records in a simple form") | BENIGN_LANGOPT(DumpRecordLayoutsSimple , 1, 0, "dumping the layout of IRgen'd records in a simple form") | ||||
BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted vtables") | BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted vtables") | ||||
LANGOPT(NoConstantCFStrings , 1, 0, "no constant CoreFoundation strings") | LANGOPT(NoConstantCFStrings , 1, 0, "no constant CoreFoundation strings") | ||||
BENIGN_LANGOPT(InlineVisibilityHidden , 1, 0, "hidden visibility for inline C++ methods") | BENIGN_LANGOPT(InlineVisibilityHidden , 1, 0, "hidden visibility for inline C++ methods") | ||||
BENIGN_LANGOPT(IgnoreXCOFFVisibility, 1, 0, "All the visibility attributes that are specified in the source code are ignored in aix XCOFF.") | |||||
BENIGN_LANGOPT(VisibilityInlinesHiddenStaticLocalVar, 1, 0, | BENIGN_LANGOPT(VisibilityInlinesHiddenStaticLocalVar, 1, 0, | ||||
"hidden visibility for static local variables in inline C++ " | "hidden visibility for static local variables in inline C++ " | ||||
"methods when -fvisibility-inlines hidden is enabled") | "methods when -fvisibility-inlines hidden is enabled") | ||||
LANGOPT(GlobalAllocationFunctionVisibilityHidden , 1, 0, "hidden visibility for global operator new and delete declaration") | LANGOPT(GlobalAllocationFunctionVisibilityHidden , 1, 0, "hidden visibility for global operator new and delete declaration") | ||||
BENIGN_LANGOPT(ParseUnknownAnytype, 1, 0, "__unknown_anytype") | BENIGN_LANGOPT(ParseUnknownAnytype, 1, 0, "__unknown_anytype") | ||||
BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support") | BENIGN_LANGOPT(DebuggerSupport , 1, 0, "debugger support") | ||||
BENIGN_LANGOPT(DebuggerCastResultToId, 1, 0, "for 'po' in the debugger, cast the result to id if it is of unknown type") | BENIGN_LANGOPT(DebuggerCastResultToId, 1, 0, "for 'po' in the debugger, cast the result to id if it is of unknown type") | ||||
BENIGN_LANGOPT(DebuggerObjCLiteral , 1, 0, "debugger Objective-C literals and subscripting support") | BENIGN_LANGOPT(DebuggerObjCLiteral , 1, 0, "debugger Objective-C literals and subscripting support") | ||||
▲ Show 20 Lines • Show All 127 Lines • Show Last 20 Lines |