[Libreoffice-commits] core.git: 2 commits - compilerplugins/clang
Stephan Bergmann
sbergman at redhat.com
Wed Jan 6 07:48:36 PST 2016
compilerplugins/clang/nullptr.cxx | 323 ++++++++++++++++++++++++++++
compilerplugins/clang/sallogareas.cxx | 172 ++++++++++++++
compilerplugins/clang/sallogareas.hxx | 44 +++
compilerplugins/clang/store/nullptr.cxx | 323 ----------------------------
compilerplugins/clang/store/sallogareas.cxx | 172 --------------
compilerplugins/clang/store/sallogareas.hxx | 44 ---
6 files changed, 539 insertions(+), 539 deletions(-)
New commits:
commit 6bffbf100e82da19067338e59adc6915dfc748d5
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 6 16:47:09 2016 +0100
Enable loplugin:nullptr
I had it locally enabled for like a month now, and it did not produce any more
noise than any of the other plugins.
Change-Id: I94dab702c537969cf32922f6e88b4f5b503cd3f5
diff --git a/compilerplugins/clang/store/nullptr.cxx b/compilerplugins/clang/nullptr.cxx
similarity index 100%
rename from compilerplugins/clang/store/nullptr.cxx
rename to compilerplugins/clang/nullptr.cxx
commit 593f3b703cd43807f67a01c33c851ca9723493a6
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jan 6 16:43:40 2016 +0100
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
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
More information about the Libreoffice-commits
mailing list