[Libreoffice-commits] core.git: compilerplugins/clang
Stephan Bergmann
sbergman at redhat.com
Tue Feb 25 07:34:59 PST 2014
compilerplugins/clang/postfixincrementfix.cxx | 132 ---------
compilerplugins/clang/postfixincrementfix.hxx | 39 --
compilerplugins/clang/rtlconstasciimacro.cxx | 154 ----------
compilerplugins/clang/store/postfixincrementfix.cxx | 132 +++++++++
compilerplugins/clang/store/postfixincrementfix.hxx | 39 ++
compilerplugins/clang/store/rtlconstasciimacro.cxx | 154 ++++++++++
compilerplugins/clang/store/svstreamoutputoperators.cxx | 225 ++++++++++++++++
compilerplugins/clang/svstreamoutputoperators.cxx | 225 ----------------
8 files changed, 550 insertions(+), 550 deletions(-)
New commits:
commit c850cdc1bc7278116211b72b020431354f96907e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Feb 25 16:34:12 2014 +0100
Move plain rewriters to store/ (so they don' get built needlessly)
Change-Id: I62d21e9a579bcb9c116bb272fc1236a890216cd9
diff --git a/compilerplugins/clang/postfixincrementfix.cxx b/compilerplugins/clang/store/postfixincrementfix.cxx
similarity index 100%
rename from compilerplugins/clang/postfixincrementfix.cxx
rename to compilerplugins/clang/store/postfixincrementfix.cxx
diff --git a/compilerplugins/clang/postfixincrementfix.hxx b/compilerplugins/clang/store/postfixincrementfix.hxx
similarity index 100%
rename from compilerplugins/clang/postfixincrementfix.hxx
rename to compilerplugins/clang/store/postfixincrementfix.hxx
diff --git a/compilerplugins/clang/rtlconstasciimacro.cxx b/compilerplugins/clang/store/rtlconstasciimacro.cxx
similarity index 100%
rename from compilerplugins/clang/rtlconstasciimacro.cxx
rename to compilerplugins/clang/store/rtlconstasciimacro.cxx
diff --git a/compilerplugins/clang/svstreamoutputoperators.cxx b/compilerplugins/clang/store/svstreamoutputoperators.cxx
similarity index 100%
rename from compilerplugins/clang/svstreamoutputoperators.cxx
rename to compilerplugins/clang/store/svstreamoutputoperators.cxx
More information about the Libreoffice-commits
mailing list