summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/passstuffbyref.cxx
AgeCommit message (Expand)Author
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29Further clean-upStephan Bergmann
2016-06-29sc/source/core/tool/scmatrix.cxx no longer triggers this?Stephan Bergmann
2016-06-28More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann
2016-06-28Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann
2016-06-14Could swear I'd seen this produce a bogus compiler errorStephan Bergmann
2016-06-13Fix loplugin:passstuffbyref to not warn when ref param is bound to refStephan Bergmann
2016-06-13loplugin:passstuffbyref: For now disable "pass parm by value" warningsStephan Bergmann
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-04-27cppcheck: silence warnings in compilerpluginsJochen Nitschke
2016-04-14turn on the passstuffbyref plugin againNoel Grandin
2016-04-13update loplugin passstuffbyref to check return typesNoel Grandin
2015-12-08More loplugin::TypeCheck useStephan Bergmann
2015-12-08tdf#96042: 'std::string::find("something") == 0' means "startsWith()".Jan Holesovsky
2015-11-15cppcheck:stlIfStrFindNoel Grandin
2015-03-03Improve loplugin:passstuffbyrefStephan Bergmann
2015-02-09Adapt loplugin:passstuffbyref to Clang 3.2Stephan Bergmann
2015-02-05Extend loplugin:passstuffbyref to handle lambdasStephan Bergmann
2014-05-22loplugin-passbyref: ignore non-base declarationsNoel Grandin
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-16combine the pass-by-ref clang pluginsNoel Grandin