compilerplugins/clang/passstuffbyref.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b0c435f88b25cc4e6f0bdd582b8c3eed9c24be9c Author: Noel Grandin <[email protected]> Date: Thu Apr 14 11:59:19 2016 +0200 turn on the passstuffbyref plugin again now that I have committed all of the changes to return types it found Change-Id: Iaee121037ce83e94001e4591d232b075dfeade7c diff --git a/compilerplugins/clang/passstuffbyref.cxx b/compilerplugins/clang/passstuffbyref.cxx index 8c4006b..5ffec99 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"); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
