summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2-1/+32
2017-07-06loplugin:unusedfields in scNoel Grandin4-461/+66
2017-07-06teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2-10/+48
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+9
2017-07-05new loplugin unnecessaryparenNoel Grandin2-0/+104
2017-07-05loplugin:unusedfields variousNoel Grandin3-1789/+36
2017-07-05loplugin:unusedfields connectivityNoel Grandin1-44/+0
2017-07-04loplugin:unusedfields in cui..idlNoel Grandin1-20/+0
2017-07-04typo in commentStephan Bergmann1-2/+2
2017-07-04loplugin:unusedfields in editengNoel Grandin1-32/+0
2017-07-04loplugin:unusedfields l10ntools..rscNoel Grandin1-8/+0
2017-07-04loplugin:unusedfields in formulaNoel Grandin1-12/+0
2017-07-04loplugin:unusedfields in frameworkNoel Grandin1-10/+0
2017-07-04loplugin:unusedfields in sdNoel Grandin1-30/+0
2017-07-04loplugin:unusedfields in sfx2Noel Grandin1-10/+0
2017-07-04loplugin:unusedfieldsNoel Grandin1-12/+0
2017-07-04loplugin:casttovoid: fix containsPreprocessingConditionalInclusion()Stephan Bergmann1-2/+15
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin1-18/+0
2017-07-03Disable loplugin:casttovoid for nowStephan Bergmann1-1/+1
2017-07-03loplugin:casttovoidStephan Bergmann6-73/+714
2017-07-03Work around bug in Clang 3.8Stephan Bergmann1-4/+20
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