summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-14 11:59:19 +0200
committerNoel Grandin <noel@peralex.com>2016-04-14 12:00:10 +0200
commitb0c435f88b25cc4e6f0bdd582b8c3eed9c24be9c (patch)
tree1b269697a9dec04c83d4b609fbdec0c318c24787 /compilerplugins
parent19219efc8610f25fe6b3277b99c8607847ecc8b1 (diff)
turn on the passstuffbyref plugin again
now that I have committed all of the changes to return types it found Change-Id: Iaee121037ce83e94001e4591d232b075dfeade7c
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/passstuffbyref.cxx2
1 files changed, 1 insertions, 1 deletions
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");
}