turn on the passstuffbyref plugin again

now that I have committed all of the changes to return types it
found

Change-Id: Iaee121037ce83e94001e4591d232b075dfeade7c
This commit is contained in:
Noel Grandin 2016-04-14 11:59:19 +02:00
parent 19219efc86
commit b0c435f88b

View File

@ -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");
}