[clang] [analyzer] Fix a crash from element region construction during `ArrayInitLoopExpr` analysis (PR #113570)

Balazs Benics via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 24 21:12:35 PDT 2024


================
@@ -330,3 +330,47 @@ void no_crash() {
 }
 
 } // namespace crash
+
+namespace array_subscript_initializer {
----------------
steakhal wrote:

Could you please put these braces on the same line of the namespace/struct declarations? That way its slightly more compact.

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


More information about the cfe-commits mailing list