[clang] [clang-tools-extra] [clang] Fix CXXNewExpr end source location for 'new struct S' (PR #92266)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Thu May 16 01:22:57 PDT 2024
================
@@ -583,3 +583,8 @@ void NonADLCall3() {
f(x);
}
} // namespace test_adl_call_three
+
----------------
hokein wrote:
nit: wrap the code within `namespace GH35300 { ...}`.
https://github.com/llvm/llvm-project/pull/92266
More information about the cfe-commits
mailing list