[PATCH] D108482: [Clang] Fix instantiation of OpaqueValueExprs (Bug #45964)
Raul Tambre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 5 01:48:42 PDT 2021
tambre added inline comments.
================
Comment at: clang/test/CodeGenCXX/pr45964-decomp-transform.cpp:1
+// RUN: %clang_cc1 -std=c++1z -triple x86_64-linux-gnu -emit-llvm -o - %s | FileCheck %s
+
----------------
I'd prefer `-std=c++17` since the standard and flag have been finalized.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108482/new/
https://reviews.llvm.org/D108482
More information about the cfe-commits
mailing list