Kaydet (Commit) 0521461e authored tarafından Noel Grandin's avatar Noel Grandin

disable loplugin memoryvar for now

seems to be crashing with latest(trunk) clang sometimes

Change-Id: Ice92b35deb6cb4610dbd53f570d0b43e9d2a2834
üst 8978ce53
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment