summaryrefslogtreecommitdiff
path: root/compilerplugins/clang
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-21 13:52:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-21 13:52:23 +0200
commitcad49138dadc9e226950bb7b6a939a60408ea6f6 (patch)
tree9f7de9f335db84dcff23f4bf3bb9fdb836ad742d /compilerplugins/clang
parentbc8bb13f11a306fb12b1ac5dcf0e3d1c8d59388b (diff)
typo
Change-Id: I67721e86073bd2f67bee3ffbbb81fd5d143997d8
Diffstat (limited to 'compilerplugins/clang')
-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();
}