[PATCH] D157246: [clang-tidy] Update tests to include C++23 and C++26
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 7 09:33:41 PDT 2023
PiotrZSL added inline comments.
================
Comment at: clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values-before-cxx23.cpp:2-6
+// RUN: -config="{CheckOptions: [\
+// RUN: {key: 'misc-const-correctness.TransformValues', value: true}, \
+// RUN: {key: 'misc-const-correctness.WarnPointersAsValues', value: false}, \
+// RUN: {key: 'misc-const-correctness.TransformPointersAsValues', value: false}, \
+// RUN: ]}" -- -fno-delayed-template-parsing
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157246/new/
https://reviews.llvm.org/D157246
More information about the cfe-commits
mailing list