summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/inlinefields.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2018-05-191-1/+1
| | | | | | | Change-Id: Ie0c9f168759a625d78668cd57838b208fbc9dc56 Reviewed-on: https://gerrit.libreoffice.org/54458 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
* put the loplugin output files in the workdirNoel Grandin2018-04-101-1/+1
| | | | | | | | so that the next time I accidentally leave one turned on, and commit it, the buildbots will clean up naturally the next time they run 'make clean' Change-Id: Ia09dea9c272c322c7e2773c5458cb54aceb50dd1
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-2/+3
| | | | Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
* rename loplugin::Plugin::parentStmtNoel Grandin2017-10-271-2/+2
| | | | | | | | to getParentStmt and rename parentFunctionDecl to getParentFunctionDecl, so I don't keep using accidentally naming my variables the same as the functions. Change-Id: I66f9452458c8b439e5132191ac5219fb6d420708
* reformat some loplugin codeNoel Grandin2017-06-201-2/+2
| | | | | | | | to match our more normal conventions. Also drop the 'using std' and some other cruft Change-Id: I02ef81c5427188bc03a20b157a57a900a9d7bf0d
* new loplugin:inlinefieldsNoel Grandin2017-04-101-0/+247
look for fields which can be declared inline in the parent class. start with some likely candidates in svx Change-Id: I56cdca273272b72bb728ed2e3f5e1e976f8c7c32 Reviewed-on: https://gerrit.libreoffice.org/36262 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>