[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann sbergman at redhat.com
Sun Aug 21 19:22:57 UTC 2016


 compilerplugins/clang/returnbyref.cxx       |  136 ----------------------------
 compilerplugins/clang/store/returnbyref.cxx |  136 ++++++++++++++++++++++++++++
 2 files changed, 136 insertions(+), 136 deletions(-)

New commits:
commit fb21736979fea823b6141eafba64d2b44935bc57
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sun Aug 21 21:20:40 2016 +0200

    Move loplugin:returnbyref to store
    
    ...it complains about
    
      SbxValues * data() { return &aData; }
    
    (include/basic/sbxvar.hxx) returning by pointer rather than reference, but I see
    nothing wrong with that.
    
    Change-Id: I1e65ed47322d3b52d0e34a8233f146af86e209f3

diff --git a/compilerplugins/clang/returnbyref.cxx b/compilerplugins/clang/store/returnbyref.cxx
similarity index 100%
rename from compilerplugins/clang/returnbyref.cxx
rename to compilerplugins/clang/store/returnbyref.cxx


More information about the Libreoffice-commits mailing list