[Libreoffice-commits] core.git: compilerplugins/clang
Noel Grandin
noel at peralex.com
Sun Jan 25 23:41:00 PST 2015
compilerplugins/clang/removevirtuals.cxx | 141 ---------------------
compilerplugins/clang/store/removevirtuals.cxx | 141 +++++++++++++++++++++
compilerplugins/clang/store/unnecessaryvirtual.cxx | 119 +++++++++++++++++
compilerplugins/clang/unnecessaryvirtual.cxx | 119 -----------------
4 files changed, 260 insertions(+), 260 deletions(-)
New commits:
commit 414d84232de858c464c43995a7a559f96cfdd7be
Author: Noel Grandin <noel at peralex.com>
Date: Mon Jan 26 09:39:18 2015 +0200
move these plugins into /store
we don't need to run them on an ongoing basis, and the current code
does not compile with older versions of clang.
Change-Id: I07ccacf7ff7b00e8e2453fff91a3f487dd5abed9
diff --git a/compilerplugins/clang/removevirtuals.cxx b/compilerplugins/clang/store/removevirtuals.cxx
similarity index 100%
rename from compilerplugins/clang/removevirtuals.cxx
rename to compilerplugins/clang/store/removevirtuals.cxx
diff --git a/compilerplugins/clang/unnecessaryvirtual.cxx b/compilerplugins/clang/store/unnecessaryvirtual.cxx
similarity index 100%
rename from compilerplugins/clang/unnecessaryvirtual.cxx
rename to compilerplugins/clang/store/unnecessaryvirtual.cxx
More information about the Libreoffice-commits
mailing list