]> granicus.if.org Git - clang/blobdiff - include/clang/Basic/LangOptions.def
Add support for editor placeholders to Clang
[clang] / include / clang / Basic / LangOptions.def
index c8e1972997547ece06eb4a6eb608ab8b0102fa6b..6ae34a89fe2853cf1fb087e2193399a5840d8bf7 100644 (file)
@@ -266,6 +266,8 @@ LANGOPT(SanitizeAddressFieldPadding, 2, 0, "controls how aggressive is ASan "
 
 LANGOPT(XRayInstrument, 1, 0, "controls whether to do XRay instrumentation")
 
+LANGOPT(AllowEditorPlaceholders, 1, 0, "allow editor placeholders in source")
+
 #undef LANGOPT
 #undef COMPATIBLE_LANGOPT
 #undef BENIGN_LANGOPT