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 9730efc commit e721929Copy full SHA for e721929
clang/lib/AST/DeclCXX.cpp
@@ -2484,7 +2484,7 @@ bool CXXMethodDecl::isUsualDeallocationFunction(
2484
// Addendum: a template instance is a usual deallocation function if there
2485
// is a single template parameter, that parameter is a type, only the first
2486
// parameter is dependent, and that parameter is a specialization of
2487
- // std::type_identity
+ // std::type_identity.
2488
if (!IsTypeAware) {
2489
// Stop early on if the specialization is not explicitly type aware
2490
return false;
0 commit comments