From 593f3b703cd43807f67a01c33c851ca9723493a6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 6 Jan 2016 16:43:40 +0100 Subject: [PATCH] Re-enable loplugin:sallogareas I had it locally enabled for like a month now, and it did not produce any more noise than any of the other plugins, but quite some amount of malformed area designators had been introduced over time. Change-Id: I642591496bb9338246ba43a3d988481930c087fb --- compilerplugins/clang/{store => }/sallogareas.cxx | 0 compilerplugins/clang/{store => }/sallogareas.hxx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename compilerplugins/clang/{store => }/sallogareas.cxx (100%) rename compilerplugins/clang/{store => }/sallogareas.hxx (100%) diff --git a/compilerplugins/clang/store/sallogareas.cxx b/compilerplugins/clang/sallogareas.cxx similarity index 100% rename from compilerplugins/clang/store/sallogareas.cxx rename to compilerplugins/clang/sallogareas.cxx diff --git a/compilerplugins/clang/store/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx similarity index 100% rename from compilerplugins/clang/store/sallogareas.hxx rename to compilerplugins/clang/sallogareas.hxx