Skip to content

Commit 2950201

Browse files
committed
Fix clang-tidy tests that break
1 parent 5a22a1d commit 2950201

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/pro-type-member-init-delayed.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,3 @@ struct PositiveFieldAfterConstructor {
2121
};
2222
// Explicit instantiation.
2323
template class PositiveFieldAfterConstructor<int>;
24-
25-
// This declaration isn't used and won't be parsed 'delayed-template-parsing'.
26-
// The body of the declaration is 'null' and may cause crash if not handled
27-
// properly by checkers.
28-
template <class T>
29-
struct UnusedDelayedConstructor {
30-
UnusedDelayedConstructor() {}
31-
int F;
32-
};

clang-tools-extra/test/clang-tidy/checkers/modernize/use-equals-default-delayed.cpp

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)