[Libreoffice-commits] core.git: compilerplugins/clang
Tor Lillqvist
tml at collabora.com
Wed Sep 10 23:29:41 PDT 2014
compilerplugins/clang/sallogareas.cxx | 140 ----------------------------
compilerplugins/clang/sallogareas.hxx | 43 --------
compilerplugins/clang/store/sallogareas.cxx | 140 ++++++++++++++++++++++++++++
compilerplugins/clang/store/sallogareas.hxx | 43 ++++++++
4 files changed, 183 insertions(+), 183 deletions(-)
New commits:
commit dac678d44ed64da97a6874380bdba5a6f4b4eb9b
Author: Tor Lillqvist <tml at collabora.com>
Date: Thu Sep 11 09:15:45 2014 +0300
Deactivate the sallogareas plugin
It's boring and a waste of time to have to keep registering in
include/sal/log-areas.dox new log areas that other people have introduced.
We don't really have a uniform policy for logging anyway, so why bother trying
to enforce a such for the log areas? Anybody uses whatever log areas and log
output style and formatting they want in the code they happen to be working
on. And that's fine with me. We were supposed to be the project that avoids
unnecessary process, rules and bureaucracy, right?
Change-Id: I6bddcb56b58edcd885e5dc743c8730878de0036d
diff --git a/compilerplugins/clang/sallogareas.cxx b/compilerplugins/clang/store/sallogareas.cxx
similarity index 100%
rename from compilerplugins/clang/sallogareas.cxx
rename to compilerplugins/clang/store/sallogareas.cxx
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/store/sallogareas.hxx
similarity index 100%
rename from compilerplugins/clang/sallogareas.hxx
rename to compilerplugins/clang/store/sallogareas.hxx
More information about the Libreoffice-commits
mailing list