disable loplugin memoryvar for now

seems to be crashing with latest(trunk) clang sometimes

Change-Id: Ice92b35deb6cb4610dbd53f570d0b43e9d2a2834
This commit is contained in:
Noel Grandin
2015-11-11 11:25:24 +02:00
parent 8978ce53e1
commit 0521461eee

View File

@@ -232,7 +232,7 @@ bool MemoryVar::VisitReturnStmt(const ReturnStmt *returnStmt)
return true;
}
loplugin::Plugin::Registration< MemoryVar > X("memoryvar");
loplugin::Plugin::Registration< MemoryVar > X("memoryvar", false);
}