summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* loplugin:includeformStephan Bergmann2017-10-242-0/+104
* loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann2017-10-222-9/+0
* Make sure TypeCheck has a non-deleted default ctorStephan Bergmann2017-10-221-1/+1
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-212-0/+44
* Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_castStephan Bergmann2017-10-212-0/+27
* Fully ignore inappropriately named loplugins in unit-test modeStephan Bergmann2017-10-202-5/+7
* rename some fieldsNoel Grandin2017-10-181-9/+8
* loplugin:manualrefcountNoel Grandin2017-10-181-0/+323
* Move lotuswordpro include files to common include directoryStephan Bergmann2017-10-171-2/+2
* loplugin:finalclasses trim the output a littleNoel Grandin2017-10-171-1/+7
* Move svx include files to common include directoryStephan Bergmann2017-10-161-3/+1
* Use unique class names for better FlameGraph resultsStephan Bergmann2017-10-118-34/+37
* Move loplugin:bodynotinblock to store/, to improve performanceStephan Bergmann2017-10-092-0/+0
* disable constparams lopluginNoel Grandin2017-10-061-1/+1
* Improve performance of loplugin:flattenNoel Grandin2017-10-062-28/+56
* Improve performance of loplugin:commaoperatorStephan Bergmann2017-10-062-24/+74
* loplugin:finalclasses in vclNoel Grandin2017-10-051-12/+26
* Also suppress loplugin:flatten in C++ class member functions...Stephan Bergmann2017-10-052-10/+10
* loplugin:mergerclass merge FillAttrLB with SvxFillAttrBoxNoel Grandin2017-10-051-1/+0
* loplugin:mergeclasses merge IInterface with SwDocNoel Grandin2017-10-041-1/+0
* Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann2017-10-042-112/+79
* More targeted check for preprocessing conditionals in loplugin:blockblockStephan Bergmann2017-10-042-45/+8
* Fix test, and add missing TraverseFunctionDecl base caseStephan Bergmann2017-10-042-1/+8
* Suppress loplugin:blockblock in functions involving preprocessing conditionalsStephan Bergmann2017-10-042-0/+46
* move stuff in i18npool/i18nutil in own namespaceNoel Grandin2017-10-041-0/+3
* new loplugin:finalclassesNoel Grandin2017-10-032-0/+190
* new loplugin:blockblockNoel Grandin2017-10-032-0/+89
* loplugin:constparams: Ignore functions whose address is takenStephan Bergmann2017-09-302-52/+115
* Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann2017-09-302-0/+17
* Support loplugin in clang-clStephan Bergmann2017-09-304-8/+72
* Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann2017-09-301-2/+0
* Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."Stephan Bergmann2017-09-291-1/+2
* Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann2017-09-291-1/+1
* Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann2017-09-295-6/+15
* More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann2017-09-291-2/+2
* check for unnecessary DLLPUBLIC annotationsNoel Grandin2017-09-292-79/+111
* loplugin:unusedfields improve finding calleeNoel Grandin2017-09-291-22/+100
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-292-43/+195
* Adapt loplugin:reservedid to WindowsStephan Bergmann2017-09-291-3/+50
* Look through derived-to-base ImpliciCastStephan Bergmann2017-09-281-2/+2
* loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann2017-09-282-62/+247
* update unusedfields loplugin resultsNoel Grandin2017-09-273-242/+28
* disable flatten lopluginNoel Grandin2017-09-271-1/+1
* loplugin:flatten in variousNoel Grandin2017-09-271-1/+1
* loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann2017-09-272-1/+3
* Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2017-09-262-3/+3
* improve unnecessarycatchthrow pluginNoel Grandin2017-09-262-0/+32
* loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann2017-09-262-0/+22
* Fix typosAndrea Gelmini2017-09-252-2/+2
* loplugin:flatten in svl..svxNoel Grandin2017-09-231-0/+15