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 <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits