diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-08-21 21:20:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-08-21 21:20:40 +0200 |
commit | fb21736979fea823b6141eafba64d2b44935bc57 (patch) | |
tree | eb66291c3671d1f9aaf591b817e637af4be68783 | |
parent | 4b313d803279900f86992eb0aced91fb593e4355 (diff) |
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
-rw-r--r-- | compilerplugins/clang/store/returnbyref.cxx (renamed from compilerplugins/clang/returnbyref.cxx) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/compilerplugins/clang/returnbyref.cxx b/compilerplugins/clang/store/returnbyref.cxx index d5052d685312..d5052d685312 100644 --- a/compilerplugins/clang/returnbyref.cxx +++ b/compilerplugins/clang/store/returnbyref.cxx |