summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2017-12-03Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann
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
2017-09-30Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann
2017-09-27loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann
2017-09-26improve unnecessarycatchthrow pluginNoel Grandin
2017-09-26loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann
2017-09-22compilerplugins: add test for badstaticsMichael Stahl
2017-09-22Also handle OUString with non-RTL_TEXTENCODING_ASCII_US encodingStephan Bergmann
2017-09-21loplugin:unusedfields, fix var taking refNoel Grandin
2017-09-20new loplugin flattenNoel Grandin
2017-09-18improve unusedfields lopluginNoel Grandin
2017-09-15Fix loplugin:redundantcast's VisitCXXFunctionalCastExprStephan Bergmann