We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86b5bc commit f2a841dCopy full SHA for f2a841d
clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp
@@ -3,7 +3,7 @@
3
// RUN: misc-const-correctness.TransformValues: true, \
4
// RUN: misc-const-correctness.WarnPointersAsValues: false, \
5
// RUN: misc-const-correctness.TransformPointersAsValues: false \
6
-// RUN: }}" -- -fno-delayed-template-parsing
+// RUN: }}" -- -fno-delayed-template-parsing -fexceptions
7
8
// ------- Provide test samples for primitive builtins ---------
9
// - every 'p_*' variable is a 'potential_const_*' variable
0 commit comments