summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2017-07-171-2/+2
* Fix test for clang-clStephan Bergmann2017-07-171-0/+1
* extend loplugin useuniqueptr to OUString pointersNoel Grandin2017-07-171-1/+5
* lopgluin:unnecessaryparen: Properly treat parenthesized sub-expr in sizeof (x)Stephan Bergmann2017-07-161-4/+11
* remove some dead code from unusedfields pluginNoel Grandin2017-07-142-9/+0
* extend loplugin useuniqueptr to POD typesNoel Grandin2017-07-142-9/+12
* loplugin:oncevar: empty stringsStephan Bergmann2017-07-143-79/+158
* improve useuniqueptr loplugin to find arraysNoel Grandin2017-07-132-22/+108
* Use isSamePathname for full-pathname comparisonsStephan Bergmann2017-07-131-5/+5
* loplugin:oncevar for value-dependent constant expressionsStephan Bergmann2017-07-133-16/+63
* borderline: correct problems with border displayArmin Le Grand2017-07-121-1/+0
* unusedfields plugin needs to ignore fields that have reinterpret_cast on themNoel Grandin2017-07-111-1/+7
* Only consider calls on const member functions as consumptionsStephan Bergmann2017-07-101-6/+31
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-102-0/+67
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-072-1/+32
* loplugin:unusedfields in scNoel Grandin2017-07-064-461/+66
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-062-10/+48
* loplugin unnecessaryparan improvementsNoel Grandin2017-07-061-2/+9
* new loplugin unnecessaryparenNoel Grandin2017-07-052-0/+104
* loplugin:unusedfields variousNoel Grandin2017-07-053-1789/+36
* loplugin:unusedfields connectivityNoel Grandin2017-07-051-44/+0
* loplugin:unusedfields in cui..idlNoel Grandin2017-07-041-20/+0
* typo in commentStephan Bergmann2017-07-041-2/+2
* loplugin:unusedfields in editengNoel Grandin2017-07-041-32/+0
* loplugin:unusedfields l10ntools..rscNoel Grandin2017-07-041-8/+0
* loplugin:unusedfields in formulaNoel Grandin2017-07-041-12/+0
* loplugin:unusedfields in frameworkNoel Grandin2017-07-041-10/+0
* loplugin:unusedfields in sdNoel Grandin2017-07-041-30/+0
* loplugin:unusedfields in sfx2Noel Grandin2017-07-041-10/+0
* loplugin:unusedfieldsNoel Grandin2017-07-041-12/+0
* loplugin:casttovoid: fix containsPreprocessingConditionalInclusion()Stephan Bergmann2017-07-041-2/+15
* loplugin:unusedfields in slideshow..svtoolsNoel Grandin2017-07-031-18/+0
* Disable loplugin:casttovoid for nowStephan Bergmann2017-07-031-1/+1
* loplugin:casttovoidStephan Bergmann2017-07-036-73/+714
* Work around bug in Clang 3.8Stephan Bergmann2017-07-031-4/+20
* loplugin:unusedfields in svxNoel Grandin2017-07-031-34/+0
* loplugin:unusedfields in swNoel Grandin2017-07-031-36/+0
* loplugin:unusedfields in toolkit..xmloffNoel Grandin2017-06-305-985/+659
* Actually print parent nameStephan Bergmann2017-06-301-3/+5
* Avoid getQualifiedNameAsStringStephan Bergmann2017-06-303-38/+63
* fix some crashes in unusedfields pluginNoel Grandin2017-06-291-24/+26
* unusedfields loplugin writeonly analysis improvementsNoel Grandin2017-06-293-13/+67
* improve refcounting lopluginNoel Grandin2017-06-292-13/+84
* loplugin:oncevar variousNoel Grandin2017-06-292-7/+11
* Fix loplugin:vclwidgets' disposeOnce checkStephan Bergmann2017-06-261-16/+27
* update constantfunction lopluginNoel Grandin2017-06-261-0/+24
* extensions: remove COMPMOD preprocessor definesJochen Nitschke2017-06-261-1/+1
* std::string -> StringRefStephan Bergmann2017-06-231-3/+3
* Fix compilation with Clang 3.9.1Tor Lillqvist2017-06-211-1/+1
* loplugin:unusedfields in svx part1Noel Grandin2017-06-211-301/+2437