Skip to content

Commit

Permalink
[clang-tidy][NFC] Added -fexceptions to const-correctness-values.cp
Browse files Browse the repository at this point in the history
Summary: Related to #99925.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251161
  • Loading branch information
PiotrZSL authored and yuxuanchen1997 committed Jul 25, 2024
1 parent f86b5bc commit f2a841d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// RUN: misc-const-correctness.TransformValues: true, \
// RUN: misc-const-correctness.WarnPointersAsValues: false, \
// RUN: misc-const-correctness.TransformPointersAsValues: false \
// RUN: }}" -- -fno-delayed-template-parsing
// RUN: }}" -- -fno-delayed-template-parsing -fexceptions

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

0 comments on commit f2a841d

Please sign in to comment.