[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann sbergman at redhat.com
Thu Apr 21 11:52:53 UTC 2016


 compilerplugins/clang/compat.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cad49138dadc9e226950bb7b6a939a60408ea6f6
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 21 13:52:23 2016 +0200

    typo
    
    Change-Id: I67721e86073bd2f67bee3ffbbb81fd5d143997d8

diff --git a/compilerplugins/clang/compat.hxx b/compilerplugins/clang/compat.hxx
index cd3cb3a..db573f5 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();
     }


More information about the Libreoffice-commits mailing list