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 7671fb2 commit 2e0318fCopy full SHA for 2e0318f
clang-tools-extra/clang-tidy/modernize/UseStdNumbersCheck.cpp
@@ -320,7 +320,6 @@ void UseStdNumbersCheck::registerMatchers(MatchFinder *const Finder) {
320
Finder->addMatcher(
321
expr(traverse(TK_IgnoreUnlessSpelledInSource,
322
expr(anyOfExhaustive(ConstantMatchers))),
323
- unless(isInTemplateInstantiation()),
324
unless(hasParent(expr(
325
anyOf(implicitCastExpr(hasImplicitDestinationType(isFloating())),
326
explicitCastExpr(hasDestinationType(isFloating())))))),
0 commit comments