[PATCH] D151235: [Clang] Switch from TransformExpr to TransformInitializer in places we need to revert initializer to it syntactic form for Sema
Mariya Podchishchaeva via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 24 10:41:16 PDT 2023
Fznamznon added inline comments.
================
Comment at: clang/test/CodeGenCXX/gh62818.cpp:1
+// RUN: %clang_cc1 -no-opaque-pointers -std=c++17 -emit-llvm -triple x86_64-linux-gnu -o - %s | FileCheck %s
+
----------------
Why no opaque pointers? AFAIK since LLVM 17 typed pointers are not supported.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151235/new/
https://reviews.llvm.org/D151235
More information about the cfe-commits
mailing list