[PATCH] D125272: [clang] Add -fcheck-new support

Jessica Clarke via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 9 18:05:04 PDT 2022


jrtc27 added inline comments.


================
Comment at: clang/test/CodeGenCXX/fcheck-new.cpp:1
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
+// RUN: %clang -fcheck-new --target=x86_64-linux-gnu -emit-llvm -S %s -o - | opt -S -mem2reg | FileCheck %s
----------------
Not sure why they were checked before, but you'll need this to actually get the attributes checked


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125272



More information about the cfe-commits mailing list