summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams in toolkit,ucb,xmlhelpNoel Grandin1-0/+2
2017-07-18loplugin:constparams in vclNoel Grandin1-47/+56
2017-07-17Fix typosAndrea Gelmini1-2/+2
2017-07-17Fix test for clang-clStephan Bergmann1-0/+1
2017-07-17extend loplugin useuniqueptr to OUString pointersNoel Grandin1-1/+5
2017-07-16lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann1-4/+11
2017-07-14remove some dead code from unusedfields pluginNoel Grandin2-9/+0
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin2-9/+12
2017-07-14loplugin:oncevar: empty stringsStephan Bergmann3-79/+158
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin2-22/+108
2017-07-13Use isSamePathname for full-pathname comparisonsStephan Bergmann1-5/+5
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann3-16/+63
2017-07-12borderline: correct problems with border displayArmin Le Grand1-1/+0
2017-07-11unusedfields plugin needs to ignore fields that have reinterpret_cast on themNoel Grandin1-1/+7
2017-07-10Only consider calls on const member functions as consumptionsStephan Bergmann1-6/+31
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin2-0/+67
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