[Libreoffice-commits] core.git: compilerplugins/clang
Noel Grandin
noel at peralex.com
Thu Mar 26 05:26:05 PDT 2015
compilerplugins/clang/constantfunction.cxx | 477 -----------------------
compilerplugins/clang/store/constantfunction.cxx | 477 +++++++++++++++++++++++
2 files changed, 477 insertions(+), 477 deletions(-)
New commits:
commit 6aa542445f80b93b965feaa4dce7947fb9e25088
Author: Noel Grandin <noel at peralex.com>
Date: Thu Mar 26 14:24:43 2015 +0200
move the constantfunction plugin into /store
as sberg points out, it needs a massive blacklist, which is going
to be a pain to maintain. Until I can think of a way to make this
more resilient, move it where it can't bother people.
Change-Id: I64fc498146a3cb4ea9c1e37150c4ef50023b7bd5
diff --git a/compilerplugins/clang/constantfunction.cxx b/compilerplugins/clang/store/constantfunction.cxx
similarity index 100%
rename from compilerplugins/clang/constantfunction.cxx
rename to compilerplugins/clang/store/constantfunction.cxx
More information about the Libreoffice-commits
mailing list