summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/test
Commit message (Expand)AuthorAgeFilesLines
* revert part of "improve loplugin:stringconstant"Noel Grandin2019-04-301-14/+2
* improve loplugin:stringconstantNoel Grandin2019-04-301-2/+14
* tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin2019-04-241-0/+34
* New loplugin:selfinitStephan Bergmann2019-04-171-0/+33
* improve loplugin simplifyconstructNoel Grandin2019-04-151-0/+31
* new loplugin sequentialassignNoel Grandin2019-04-111-0/+95
* Adapt to Windows sal_uIntPtr/sal_uLong typedefsStephan Bergmann2019-03-271-4/+4
* Improve loplugin:typedefparam error reportingStephan Bergmann2019-03-271-2/+2
* new loplugin:unoqueryNoel Grandin2019-03-251-0/+19
* new loplugin constvarsNoel Grandin2019-03-081-0/+49
* loplugin:staticconstfield improve warning messageNoel Grandin2019-03-061-6/+6
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-061-0/+11
* re-land "new loplugin typedefparam""Noel Grandin2019-03-051-0/+80
* Revert "new loplugin typedefparam"Noel Grandin2019-03-041-80/+0
* new loplugin typedefparamNoel Grandin2019-03-041-0/+80
* loplugin:unnecessaryoverride look for more patternsNoel Grandin2019-02-271-0/+13
* loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin2019-02-271-7/+25
* loplugin:simplifybool improve search for negated operatorNoel Grandin2019-02-271-0/+27
* Fix typoAndrea Gelmini2019-02-231-1/+1
* loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann2019-02-221-2/+8
* loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin2019-02-211-0/+24
* Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann2019-02-201-0/+7
* Tell about presumed corresponding negated operatorStephan Bergmann2019-02-181-0/+3
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-181-2/+28
* loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2019-02-151-0/+58
* Make loplugin:stringconcat more robustStephan Bergmann2019-02-131-0/+65
* new loplugin writeonlyvarsNoel Grandin2019-02-111-0/+147
* new loplugin indentationNoel Grandin2019-02-111-0/+40
* loplugin:unusedfileds is no-op on Windows, so don't run its test thereStephan Bergmann2019-01-311-2/+8
* improve loplugin constparamsNoel Grandin2019-01-251-2/+2
* update useunique_ptr lopluginNoel Grandin2019-01-181-6/+6
* loplugin:unusedfields improve write-only logicNoel Grandin2018-12-131-11/+9
* cppcheck: incorrectStringBooleanErrorJulien Nabet2018-12-101-2/+2
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:unnecessaryparen include more assignmentsNoel Grandin2018-12-051-8/+17
* loplugin:unusedenumconstants look through parenthesesNoel Grandin2018-12-041-0/+1
* loplugin:intvsfloat get this working reliablyNoel Grandin2018-12-021-25/+18
* loplugin:unusedenumconstants ignore common patternNoel Grandin2018-11-301-0/+22
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-1/+11
* Improve wording of loplugin:unoany warningsStephan Bergmann2018-11-231-2/+2
* Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann2018-11-234-8/+0
* loplugin:unusedenumconstants in EEControlBitsNoel Grandin2018-11-221-1/+5
* loplugin:redundantfcast improvementsNoel Grandin2018-11-211-2/+21
* loplugin:unusedenumconstants improvementsNoel Grandin2018-11-201-0/+92
* Take array-to-pointer decay into account in loplugin:redundantcastStephan Bergmann2018-11-191-0/+7
* Adapt to C++2a char_tStephan Bergmann2018-11-171-0/+2
* new loplugin buriedassignNoel Grandin2018-11-161-0/+80
* loplugin singlevalfields improvementNoel Grandin2018-11-131-0/+26
* loplugin:useuniqueptr extend to checking more local var deletesNoel Grandin2018-11-091-8/+8
* new loplugin collapseifNoel Grandin2018-11-061-0/+55