diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 08:40:17 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 08:40:17 +0200 |
commit | e7782a99a5b5248e3c133a7b085737ceb0ecea57 (patch) | |
tree | 47a11576e6d51a1f706aa38de3fa1710e7a8f131 /compilerplugins | |
parent | e140e40c12118f3af630545a773bece8aaf3a18c (diff) |
accidentally left the expandablemethods loplugin active
Change-Id: Ifadab184876163195ea3307ec32d2eed4ee00b92
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/expandablemethods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/expandablemethods.cxx b/compilerplugins/clang/expandablemethods.cxx index 9d57ce8bb7b5..73946f5e3c1c 100644 --- a/compilerplugins/clang/expandablemethods.cxx +++ b/compilerplugins/clang/expandablemethods.cxx @@ -315,7 +315,7 @@ bool ExpandableMethods::isCalleeFunctionInteresting(const FunctionDecl* function return true; } -loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", true); +loplugin::Plugin::Registration< ExpandableMethods > X("expandablemethods", false); } |