summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-17loplugin:useuniqueptr expand search for ranged-loop-deleteNoel Grandin
2018-01-15loplugin:useuniqueptr in CursorNoel Grandin
2018-01-12Enable loplugin:cstylecast for some more casesStephan Bergmann
2018-01-12teach useuniqueptr loplugin about "if(field != null) delete field"Noel Grandin
2018-01-11loplugin:useuniqueptr in l10ntoolsNoel Grandin
2018-01-09Don't use non-Windows sys/time.hStephan Bergmann
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin
2018-01-02loplugin:passstuffbyref improved return in sd,variousNoel Grandin
2017-12-30Disable loplugin:casttovoid when --disable-assert-always-abortStephan Bergmann
2017-12-29loplugin:unnecessaryoverride fix for changing accessNoel Grandin
2017-12-26loplugin:passstuffbyref improved return in canvas and svtoolsNoel Grandin
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin
2017-12-21new loplugin: convertlongNoel Grandin
2017-12-19Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann
2017-12-15loplugin:unusedindex fix false+ in nested loopsNoel Grandin
2017-12-15once off loplugin: unusedindexNoel Grandin
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann
2017-12-11Improve loplugin:salcall error reportingStephan Bergmann
2017-12-10Fix isSalCallFunction furtherStephan Bergmann
2017-12-08Fix isSalCallFunction so it also works on WindowsStephan Bergmann
2017-12-06Better heuristic to only look through implicit copy/move ctorsStephan Bergmann
2017-12-05Replace deprecated std::mem_fun et al in reportdesignStephan Bergmann
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-12-04new loplugin salcall: remove unnecessary SAL_CALLNoel Grandin
2017-12-01Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann
2017-11-30loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann
2017-11-30Enable loplugin:unnecessaryparen for integer and Boolean literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen: Warn about parentheses around literalsStephan Bergmann
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-24Clean up loplugin:unnecessaryparen blacklistStephan Bergmann
2017-11-24Clarify that loplugin:unnecessaryparen doesn't want to warn about sizeofStephan Bergmann
2017-11-23loplugin:simplifybool can't invert conditions involving float typesNoel Grandin
2017-11-23Make not warning about !! in loplugin:simplifybool consistentStephan Bergmann
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-22loplugin:flatten look for large if statement at end of functionNoel Grandin
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-11-16Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-15Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-14clang-format fixStephan Bergmann
2017-11-14Make checkIdenticalDefaultArguments more preciseStephan Bergmann
2017-11-14loplugin:flatten loosen conditionNoel Grandin
2017-11-11loplugin:unnecessaryoverride: suppress warnings when default args differStephan Bergmann
2017-11-10loplugin:unnecessaryoverride: no warnings when fns are actually differentStephan Bergmann
2017-11-09new loplugin simplifydynamiccastNoel Grandin