From b0c435f88b25cc4e6f0bdd582b8c3eed9c24be9c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 14 Apr 2016 11:59:19 +0200 Subject: turn on the passstuffbyref plugin again now that I have committed all of the changes to return types it found Change-Id: Iaee121037ce83e94001e4591d232b075dfeade7c --- compilerplugins/clang/passstuffbyref.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/passstuffbyref.cxx b/compilerplugins/clang/passstuffbyref.cxx index 8c4006b43f8a..5ffec998059c 100644 --- a/compilerplugins/clang/passstuffbyref.cxx +++ b/compilerplugins/clang/passstuffbyref.cxx @@ -185,7 +185,7 @@ bool PassStuffByRef::isFat(QualType type) { && compiler.getASTContext().getTypeSizeInChars(t2).getQuantity() > 64; } -loplugin::Plugin::Registration< PassStuffByRef > X("passstuffbyref", false); +loplugin::Plugin::Registration< PassStuffByRef > X("passstuffbyref"); } -- cgit v1.2.3