[PATCH] D128619: [Clang] Implement P0848 (Conditionally Trivial Special Member Functions)
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 25 12:26:43 PDT 2022
cor3ntin added inline comments.
================
Comment at: clang/test/AST/conditionally-trivial-smfs-1.cpp:1
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-pc-linux -ast-dump=json %s | FileCheck %s --check-prefixes=CHECK,LIN
+// RUN: %clang_cc1 -std=c++20 -triple x86_64-pc-win32 -ast-dump=json %s | FileCheck %s
----------------
can you rename that file back to clang/test/AST/conditionally-trivial-smfs.cpp ? Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128619/new/
https://reviews.llvm.org/D128619
More information about the cfe-commits
mailing list