[clang] Reapply "[Clang][Sema] placement new initializes typedef array with correct size (#83124)" (PR #89036)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 19 06:48:45 PDT 2024
================
@@ -0,0 +1,23 @@
+// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
+
+namespace std {
----------------
erichkeane wrote:
Tests STILL haven't changed from the original patch. Please add the regression to this test as well.
https://github.com/llvm/llvm-project/pull/89036
More information about the cfe-commits
mailing list