[PATCH] D125272: [clang] Add -fcheck-new support
Pedro Falcato via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 9 18:05:52 PDT 2022
heatd added inline comments.
================
Comment at: clang/test/Driver/clang_f_opts.c:73
-
// RUN: %clang -### -S -fauto-profile=%S/Inputs/file.prof %s 2>&1 | FileCheck -check-prefix=CHECK-AUTO-PROFILE %s
----------------
jrtc27 wrote:
> Hmmm
Huh, running clang-format on clang_f_opts.c makes it do that. I fixed that up in the new revision but that should possibly be fixed.
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