[clang] [clang] Increase the default expression nesting limit (PR #104717)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 10:14:53 PDT 2024


================
@@ -7959,7 +7959,7 @@ def fapply_global_visibility_to_externs : Flag<["-"], "fapply-global-visibility-
   MarshallingInfoFlag<LangOpts<"SetVisibilityForExternDecls">>;
 def fbracket_depth : Separate<["-"], "fbracket-depth">,
   HelpText<"Maximum nesting level for parentheses, brackets, and braces">,
-  MarshallingInfoInt<LangOpts<"BracketDepth">, "256">;
+  MarshallingInfoInt<LangOpts<"BracketDepth">, "1024">;
----------------
AmrDeveloper wrote:

Done

https://github.com/llvm/llvm-project/pull/104717


More information about the cfe-commits mailing list