Skip to content

Commit cdde076

Browse files
committed
Update name of test to bugprone-copy-constructor-mutates-argument
1 parent bc38b0e commit cdde076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/bugprone/copy-constructor-mutates-argument.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %check_clang_tidy %s cert-oop58-cpp %t
1+
// RUN: %check_clang_tidy %s bugprone-copy-constructor-mutates-argument %t
22

33
// Example test cases from CERT rule
44
// https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP58-CPP.+Copy+operations+must+not+mutate+the+source+object

0 commit comments

Comments
 (0)