summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/useuniqueptr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/useuniqueptr.cxx')
-rw-r--r--compilerplugins/clang/useuniqueptr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx
index 564e81c442e7..3445510a206d 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -1296,7 +1296,7 @@ void UseUniquePtr::CheckDeleteParmVar(const CXXDeleteExpr* deleteExpr, const Par
*/
report(
DiagnosticsEngine::Warning,
- "calling delete on a pointer param, should be either whitelisted or simplified",
+ "calling delete on a pointer param, should be either allowlisted or simplified",
compat::getBeginLoc(deleteExpr))
<< deleteExpr->getSourceRange();
}