summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin
2017-06-30Actually print parent nameStephan Bergmann
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann
2017-06-29fix some crashes in unusedfields pluginNoel Grandin
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin
2017-06-29improve refcounting lopluginNoel Grandin
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-26Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann
2017-06-26update constantfunction lopluginNoel Grandin
2017-06-26extensions: remove COMPMOD preprocessor definesJochen Nitschke
2017-06-23std::string -> StringRefStephan Bergmann
2017-06-21Fix compilation with Clang 3.9.1Tor Lillqvist
2017-06-21loplugin:unusedfields in svx part1Noel Grandin
2017-06-20-Werror=unused-functionStephan Bergmann
2017-06-20fix for older clang in lopluginsNoel Grandin
2017-06-20reformat some loplugin codeNoel 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-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-15improve unusedfields lopluginNoel Grandin
2017-06-13Generalize loplugin:stringcopy to loplugin:redundantcopyStephan Bergmann
2017-06-08DbgCheckItemSet is goneStephan Bergmann
2017-06-06getBody() can be null for a defaulted dtorStephan Bergmann
2017-06-06Avoid loplugin:unreffunStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference typesStephan 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-05Fix typosAndrea Gelmini
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-01remove overly large loplugin result fileNoel Grandin
2017-06-01Fix typosAndrea Gelmini
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann
2017-05-31DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann
2017-05-30Traverse InitListExpr only onceStephan Bergmann
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-25loplugin:constantparamNoel Grandin
2017-05-24loplugin:unusedfieldsNoel Grandin