summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-07-03loplugin:unusedfields in svxNoel Grandin1-34/+0
2017-07-03loplugin:unusedfields in swNoel Grandin1-36/+0
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin5-985/+659
2017-06-30Actually print parent nameStephan Bergmann1-3/+5
2017-06-30Avoid getQualifiedNameAsStringStephan Bergmann3-38/+63
2017-06-29fix some crashes in unusedfields pluginNoel Grandin1-24/+26
2017-06-29unusedfields loplugin writeonly analysis improvementsNoel Grandin3-13/+67
2017-06-29improve refcounting lopluginNoel Grandin2-13/+84
2017-06-29loplugin:oncevar variousNoel Grandin2-7/+11
2017-06-26Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann1-16/+27
2017-06-26update constantfunction lopluginNoel Grandin1-0/+24
2017-06-26extensions: remove COMPMOD preprocessor definesJochen Nitschke1-1/+1
2017-06-23std::string -> StringRefStephan Bergmann1-3/+3
2017-06-21Fix compilation with Clang 3.9.1Tor Lillqvist1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-301/+2437
2017-06-20-Werror=unused-functionStephan Bergmann1-9/+0
2017-06-20fix for older clang in lopluginsNoel Grandin1-1/+4
2017-06-20reformat some loplugin codeNoel Grandin22-360/+341
2017-06-20loplugin:unusedfields fix more false +Noel Grandin2-59/+53
2017-06-20loplugin:unusedfields fix some more false positivesNoel Grandin2-2/+33
2017-06-20improve oncevar lopluginNoel Grandin3-166/+342
2017-06-20loplugin:unusedfields fix false positiveNoel Grandin6-22/+101
2017-06-19only unit-test one loplugin at a timeNoel Grandin8-21/+30
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann2-0/+172
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-0/+262
2017-06-15improve unusedfields lopluginNoel Grandin2-10/+34
2017-06-13Generalize loplugin:stringcopy to loplugin:redundantcopyStephan Bergmann2-8/+16
2017-06-08DbgCheckItemSet is goneStephan Bergmann1-2/+0
2017-06-06getBody() can be null for a defaulted dtorStephan Bergmann1-3/+3
2017-06-06Avoid loplugin:unreffunStephan Bergmann1-0/+1
2017-06-05Improved loplugin:cstylecast to reference typesStephan Bergmann1-5/+4
2017-06-05Improved loplugin:redundantcast, const/static_cast combinationsStephan Bergmann2-1/+58
2017-06-05Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann2-5/+12
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-02Reduce loplugin:redundantcast warnings about functional casts even futherStephan Bergmann3-9/+12
2017-06-02Improved loplugin:redundantcast const_cast handlingStephan Bergmann2-13/+119
2017-06-02Reorganize testsStephan Bergmann1-4/+14
2017-06-02Make loplugin:redundantcast functional cast warnings more verboseStephan Bergmann3-9/+9
2017-06-02Improved loplugin:redundantcast static_cast handlingStephan Bergmann5-16/+257
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2-34/+14
2017-06-01remove overly large loplugin result fileNoel Grandin1-292268/+0
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-06-01Avoid "default initialization ... without ... default constructor" errorStephan Bergmann1-1/+1
2017-05-31Add some loplugin:redundantcast testsStephan Bergmann1-0/+13
2017-05-31The updated values of t1, t2 are unusedStephan Bergmann1-7/+3
2017-05-31DataRecursionQueue was only introduced in Clang 3.8Stephan Bergmann1-3/+10
2017-05-30Restrict loplugin:redundantcast to "real" castsStephan Bergmann1-11/+13
2017-05-30Traverse InitListExpr only onceStephan Bergmann1-0/+9
2017-05-30Make loplugin:redundantcast accept bool(FD_ISSET(...)) againStephan Bergmann1-0/+24
2017-05-30teach redundantcast plugin about functional castsNoel Grandin3-4/+66