summaryrefslogtreecommitdiffstats
path: root/compilerplugins
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/compat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx
index cd3cb3af89ee..db573f5047d2 100644
--- a/compilerplugins/clang/compat.hxx
+++ b/compilerplugins/clang/compat.hxx
@@ -266,7 +266,7 @@ inline bool isMacroArgExpansion(
#else
bool b = compiler.getSourceManager().isMacroArgExpansion(location);
if (b) {
- startLocation* = compiler.getSourceManager()
+ *startLocation = compiler.getSourceManager()
.getSLocEntry(compiler.getSourceManager().getFileID(location))
.getExpansion().getExpansionLocStart();
}