summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin
2019-04-30improve loplugin:stringconstantNoel Grandin
2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin
2019-04-17New loplugin:selfinitStephan Bergmann
2019-04-15improve loplugin simplifyconstructNoel Grandin
2019-04-11new loplugin sequentialassignNoel Grandin
2019-03-27Adapt to Windows sal_uIntPtr/sal_uLong typedefsStephan Bergmann
2019-03-27Improve loplugin:typedefparam error reportingStephan Bergmann
2019-03-25new loplugin:unoqueryNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-03-06loplugin:staticconstfield improve warning messageNoel Grandin
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin
2019-02-23Fix typoAndrea Gelmini
2019-02-22loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann
2019-02-18Tell about presumed corresponding negated operatorStephan Bergmann
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Make loplugin:stringconcat more robustStephan Bergmann
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11new loplugin indentationNoel Grandin
2019-01-31loplugin:unusedfileds is no-op on Windows, so don't run its test thereStephan Bergmann
2019-01-25improve loplugin constparamsNoel Grandin
2019-01-18update useunique_ptr lopluginNoel Grandin
2018-12-13loplugin:unusedfields improve write-only logicNoel Grandin
2018-12-10cppcheck: incorrectStringBooleanErrorJulien Nabet
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-12-04loplugin:unusedenumconstants look through parenthesesNoel Grandin
2018-12-02loplugin:intvsfloat get this working reliablyNoel Grandin
2018-11-30loplugin:unusedenumconstants ignore common patternNoel Grandin
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-23Improve wording of loplugin:unoany warningsStephan Bergmann
2018-11-23Bump compiler plugins Clang baseline to 5.0.2Stephan Bergmann
2018-11-22loplugin:unusedenumconstants in EEControlBitsNoel Grandin
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-11-20loplugin:unusedenumconstants improvementsNoel Grandin
2018-11-19Take array-to-pointer decay into account in loplugin:redundantcastStephan Bergmann
2018-11-17Adapt to C++2a char_tStephan Bergmann
2018-11-16new loplugin buriedassignNoel Grandin
2018-11-13loplugin singlevalfields improvementNoel Grandin
2018-11-09loplugin:useuniqueptr extend to checking more local var deletesNoel Grandin
2018-11-06new loplugin collapseifNoel Grandin