summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Fix isSalCallFunction furtherStephan Bergmann2017-12-103-72/+148
* Fix typosAndrea Gelmini2017-12-101-1/+1
* Add some debug checks to loplugin:salcallStephan Bergmann2017-12-091-1/+20
* No more issues with these source filesStephan Bergmann2017-12-091-11/+0
* New --enable-compiler-plugins=debug modeStephan Bergmann2017-12-084-0/+17
* Fix isSalCallFunction so it also works on WindowsStephan Bergmann2017-12-082-38/+240
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+22
* Better heuristic to only look through implicit copy/move ctorsStephan Bergmann2017-12-062-2/+12
* loplugin:salcall handle virtual methodsNoel Grandin2017-12-061-2/+38
* Work around latest Boost 1.65.1 still using deprecated std::auto_ptrStephan Bergmann2017-12-061-0/+1
* Remove CXXFLAGS_CXX11 from Clang plugin compilationStephan Bergmann2017-12-061-11/+5
* Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann2017-12-052-4/+93
* lokdialog: Make the badstatic loplugin happy.Jan Holesovsky2017-12-051-6/+1
* fix compile of salcall pluginNoel Grandin2017-12-051-4/+0
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-052-26/+17
* -Werror=unused-functionStephan Bergmann2017-12-041-0/+4
* loplugin:singlevalfieldsNoel Grandin2017-12-042-73/+70
* new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin2017-12-042-0/+474
* Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2017-12-012-0/+8
* loplugin:unusedfieldsNoel Grandin2017-12-013-49/+59
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-302-0/+22
* Move loplugin:fpcomparison to store/Stephan Bergmann2017-11-301-0/+0
* Silence new loplugin:fpcomparison for nowStephan Bergmann2017-11-301-1/+5
* loplugin:unusedmethodsNoel Grandin2017-11-302-92/+16
* some global loplugin improvementsNoel Grandin2017-11-304-48/+51
* Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann2017-11-302-18/+71
* TODO: silence new loplugin:badstatics for nowStephan Bergmann2017-11-291-0/+6
* loplugin:unusedmethodsNoel Grandin2017-11-292-210/+598
* Revert loplugin:unnecessaryparen warning around integer literalsStephan Bergmann2017-11-281-3/+3
* Add back UnusedMethods::TraverseCXXDeductionGuideDecl, properly ifdef'edStephan Bergmann2017-11-281-0/+13
* fix loplugin unusedmethodsNoel Grandin2017-11-281-9/+0
* loplugin:unusedmethods ignore recursive callsNoel Grandin2017-11-281-1/+42
* loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann2017-11-272-39/+84
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-272-2/+42
* Use the canonical TemplateDeclStephan Bergmann2017-11-251-0/+1
* Clean up loplugin:unnecessaryparen blacklistStephan Bergmann2017-11-243-8/+9
* loplugin:countusersofdefaultparams in sw (1)Noel Grandin2017-11-241-2/+4
* Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann2017-11-241-0/+3
* loplugin:simplifybool can't invert conditions involving float typesNoel Grandin2017-11-232-1/+14
* Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann2017-11-232-3/+61
* Make loplugin:unnecessaryparen look through implicitStephan Bergmann2017-11-232-3/+28
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-232-17/+53
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-222-15/+1
* loplugin:flatten look for large if statement at end of functionNoel Grandin2017-11-222-22/+274
* There appears to be no reason to ignore macros in these parts of...Stephan Bergmann2017-11-221-22/+11
* loplugin:simplifybool re-activate the !! warningNoel Grandin2017-11-221-2/+8
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-202-17/+101
* re-enable loplugin:useuniqueptrNoel Grandin2017-11-201-1/+1
* Make loplugin:casttovoid more resilient against macrosStephan Bergmann2017-11-171-1/+1
* Make checkIdenticalDefaultArguments more preciseStephan Bergmann2017-11-162-0/+97