From 1a6044dd8a69876b6eb6d20d24b2ac12be01fc5d Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 5 Nov 2015 08:07:48 +0100 Subject: [PATCH] Do not implicitly run this for now; it breaks the build Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6 --- compilerplugins/clang/getimplementationname.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compilerplugins/clang/getimplementationname.cxx b/compilerplugins/clang/getimplementationname.cxx index ad2b93a7d939..ac011eeeb73c 100644 --- a/compilerplugins/clang/getimplementationname.cxx +++ b/compilerplugins/clang/getimplementationname.cxx @@ -298,7 +298,7 @@ std::string GetImplementationName::initSrcdir() { } } loplugin::Plugin::Registration X( - "getimplementationname"); + "getimplementationname", false); } #endif #endif