================
@@ -1967,6 +1967,10 @@ def fclang_abi_compat_EQ : Joined<["-"], 
"fclang-abi-compat=">, Group<f_clang_Gr
   Visibility<[ClangOption, CC1Option]>,
   MetaVarName<"<version>">, Values<"<major>.<minor>,latest">,
   HelpText<"Attempt to match the ABI of Clang <version>">;
+def fno_demangling_failures: Flag<["-"], "fno-demangling-failures">, 
Group<f_clang_Group>,
----------------
erichkeane wrote:

I don't recall how it works, but I think we want an on & off flag type, not 
just the off.

https://github.com/llvm/llvm-project/pull/111391
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to