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

Reply via email to