[PATCH] D151235: [Clang] Switch from TransformExpr to TransformInitializer in places we need to revert initializer to it syntactic form for Sema

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 17:38:04 PDT 2023


shafik marked 2 inline comments as done.
shafik 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
+
----------------
Fznamznon wrote:
> Why no opaque pointers? AFAIK since LLVM 17 typed pointers are not supported.
I had copied it from another test and missed that aspect. It seems like a bunch of tests in that dir use this argument.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151235/new/

https://reviews.llvm.org/D151235



More information about the cfe-commits mailing list