summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2017-07-17Fix test for clang-clStephan Bergmann
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-07-06loplugin:unusedfields in scNoel Grandin
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-03loplugin:casttovoidStephan Bergmann
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-20loplugin:unusedfields fix more false +Noel Grandin
2017-06-20loplugin:unusedfields fix some more false positivesNoel Grandin
2017-06-20improve oncevar lopluginNoel Grandin
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin
2017-06-19only unit-test one loplugin at a timeNoel Grandin
2017-06-13Generalize loplugin:stringcopy to loplugin:redundantcopyStephan Bergmann
2017-06-06Avoid loplugin:unreffunStephan Bergmann
2017-06-05Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann
2017-06-05Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann
2017-06-02Reorganize testsStephan Bergmann
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-19loplugin:stringcopyStephan Bergmann
2017-05-03spelling, implictly->implicitlyNoel Grandin
2017-04-28loplugin:salunicodeliteralStephan Bergmann
2017-04-28Fixed/improved loplugin:cppunitassertequalsStephan Bergmann
2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin
2017-03-25Make loplugin:loopvartoosmall find more suspicious casesStephan Bergmann
2017-03-25Add loplugin:redundantinlineStephan Bergmann
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-13Fix loplugin:unnecessaryoverrideStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-16loplugin:redundantcast: Avoid double warnings on some const_castStephan Bergmann
2017-02-16Capture loplugin:redundantcast status-quo wrt const_castStephan Bergmann
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-27improve "unnecessary user-declared destructor" checkNoel Grandin
2017-01-26Make test work with older ClangStephan Bergmann