Skip to content

Commit f2a841d

Browse files
PiotrZSLyuxuanchen1997
authored andcommitted
[clang-tidy][NFC] Added -fexceptions to const-correctness-values.cp
Summary: Related to #99925. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251161
1 parent f86b5bc commit f2a841d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/misc/const-correctness-values.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: misc-const-correctness.TransformValues: true, \
44
// RUN: misc-const-correctness.WarnPointersAsValues: false, \
55
// RUN: misc-const-correctness.TransformPointersAsValues: false \
6-
// RUN: }}" -- -fno-delayed-template-parsing
6+
// RUN: }}" -- -fno-delayed-template-parsing -fexceptions
77

88
// ------- Provide test samples for primitive builtins ---------
99
// - every 'p_*' variable is a 'potential_const_*' variable

0 commit comments

Comments
 (0)