summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/weakbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/weakbase.cxx')
-rw-r--r--compilerplugins/clang/weakbase.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/weakbase.cxx b/compilerplugins/clang/weakbase.cxx
index a0040dd37c30..ffc0b931956c 100644
--- a/compilerplugins/clang/weakbase.cxx
+++ b/compilerplugins/clang/weakbase.cxx
@@ -49,7 +49,7 @@ bool WeakBase::VisitCXXRecordDecl(CXXRecordDecl const* recordDecl)
{
return true;
}
- // StringRef aFileName = getFileNameOfSpellingLoc(
+ // StringRef aFileName = getFilenameOfLocation(
// compiler.getSourceManager().getSpellingLoc(compat::getBeginLoc(fieldDecl)));
// if (loplugin::hasPathnamePrefix(aFileName, SRCDIR "/chart2/source/"))