summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
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
2017-11-08Fix loplugin::unusedvariablecheck check for std classesStephan Bergmann
2017-11-08Fix loplugin:flatten's skipping of if/then/else/if chainsStephan Bergmann
2017-11-08Suppress loplugin:unnecessaryoverride...Stephan Bergmann
2017-11-02improve constparam lopluginNoel Grandin
2017-11-01-I$(dir $(3)) in gb_CObject__command_pattern is no longer neededStephan Bergmann
2017-10-30new loplugin: constmethodNoel Grandin
2017-10-25new loplugin:dodgyswitchNoel Grandin
2017-10-22loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-21Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_castStephan Bergmann
2017-10-06Improve performance of loplugin:flattenNoel Grandin
2017-10-06Improve performance of loplugin:commaoperatorStephan Bergmann
2017-10-05Also suppress loplugin:flatten in C++ class member functions...Stephan Bergmann
2017-10-04More targeted check for preprocessing conditionals in loplugin:blockblockStephan Bergmann
2017-10-04Fix test, and add missing TraverseFunctionDecl base caseStephan Bergmann
2017-10-04Suppress loplugin:blockblock in functions involving preprocessing conditionalsStephan Bergmann
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-30loplugin:constparams: Ignore functions whose address is takenStephan Bergmann