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

Stephan Bergmann sbergman at redhat.com
Wed Nov 4 23:08:15 PST 2015


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

New commits:
commit 1a6044dd8a69876b6eb6d20d24b2ac12be01fc5d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Nov 5 08:07:48 2015 +0100

    Do not implicitly run this for now; it breaks the build
    
    Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6

diff --git a/compilerplugins/clang/getimplementationname.cxx b/compilerplugins/clang/getimplementationname.cxx
index ad2b93a..ac011ee 100644
--- a/compilerplugins/clang/getimplementationname.cxx
+++ b/compilerplugins/clang/getimplementationname.cxx
@@ -298,7 +298,7 @@ std::string GetImplementationName::initSrcdir() {
     }
 }
 loplugin::Plugin::Registration<GetImplementationName> X(
-    "getimplementationname");
+    "getimplementationname", false);
 }
 #endif
 #endif


More information about the Libreoffice-commits mailing list