diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-05 08:07:48 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-05 08:07:48 +0100 |
commit | 1a6044dd8a69876b6eb6d20d24b2ac12be01fc5d (patch) | |
tree | 67ca5ce355076d102a74e6bb4e5167b574b41668 /compilerplugins | |
parent | 4882664e39718109e2ae80348da8b914eb8b2ae6 (diff) |
Do not implicitly run this for now; it breaks the build
Change-Id: I84679c4ca395f934bca8f92f0587f6cf16cfa5e6
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/getimplementationname.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<GetImplementationName> X( - "getimplementationname"); + "getimplementationname", false); } #endif #endif |