summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2017-10-18rename some fieldsNoel Grandin1-9/+8
2017-10-18loplugin:manualrefcountNoel Grandin1-0/+323
2017-10-17Move lotuswordpro include files to common include directoryStephan Bergmann1-2/+2
2017-10-17loplugin:finalclasses trim the output a littleNoel Grandin1-1/+7
2017-10-16Move svx include files to common include directoryStephan Bergmann1-3/+1
2017-10-11Use unique class names for better FlameGraph resultsStephan Bergmann8-34/+37
2017-10-09Move loplugin:bodynotinblock to store/, to improve performanceStephan Bergmann2-0/+0
2017-10-06disable constparams lopluginNoel Grandin1-1/+1
2017-10-06Improve performance of loplugin:flattenNoel Grandin2-28/+56
2017-10-06Improve performance of loplugin:commaoperatorStephan Bergmann2-24/+74
2017-10-05loplugin:finalclasses in vclNoel Grandin1-12/+26
2017-10-05Also suppress loplugin:flatten in C++ class member functions...Stephan Bergmann2-10/+10
2017-10-05loplugin:mergerclass merge FillAttrLB with SvxFillAttrBoxNoel Grandin1-1/+0
2017-10-04loplugin:mergeclasses merge IInterface with SwDocNoel Grandin1-1/+0
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann2-112/+79
2017-10-04More targeted check for preprocessing conditionals in loplugin:blockblockStephan Bergmann2-45/+8
2017-10-04Fix test, and add missing TraverseFunctionDecl base caseStephan Bergmann2-1/+8
2017-10-04Suppress loplugin:blockblock in functions involving preprocessing conditionalsStephan Bergmann2-0/+46
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin1-0/+3
2017-10-03new loplugin:finalclassesNoel Grandin2-0/+190
2017-10-03new loplugin:blockblockNoel Grandin2-0/+89
2017-09-30loplugin:constparams: Ignore functions whose address is takenStephan Bergmann2-52/+115
2017-09-30Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann2-0/+17
2017-09-30Support loplugin in clang-clStephan Bergmann4-8/+72
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann1-2/+0
2017-09-29Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."Stephan Bergmann1-1/+2
2017-09-29Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann1-1/+1
2017-09-29Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann5-6/+15
2017-09-29More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann1-2/+2
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin2-79/+111
2017-09-29loplugin:unusedfields improve finding calleeNoel Grandin1-22/+100
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin2-43/+195
2017-09-29Adapt loplugin:reservedid to WindowsStephan Bergmann1-3/+50
2017-09-28Look through derived-to-base ImpliciCastStephan Bergmann1-2/+2
2017-09-28loplugin:stringconstant: Simplify construction of non-ASCII OUStringStephan Bergmann2-62/+247
2017-09-27update unusedfields loplugin resultsNoel Grandin3-242/+28
2017-09-27disable flatten lopluginNoel Grandin1-1/+1
2017-09-27loplugin:flatten in variousNoel Grandin1-1/+1
2017-09-27loplugin:stringconstant: Also handle u8"..." stringsStephan Bergmann2-1/+3
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist2-3/+3
2017-09-26improve unnecessarycatchthrow pluginNoel Grandin2-0/+32
2017-09-26loplugin:redundantcast: cstyle_cast within reinterpret_castStephan Bergmann2-0/+22
2017-09-25Fix typosAndrea Gelmini2-2/+2
2017-09-23loplugin:flatten in svl..svxNoel Grandin1-0/+15
2017-09-23new loplugin unnecessarycatchthrowNoel Grandin2-0/+114
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-9/+7
2017-09-22loplugin:stringconstant: warn about explicit length mismatchStephan Bergmann2-2/+12
2017-09-22Ditch now unused GraphicExportDialog, GraphicExportOptionsDialogEike Rathke1-1/+0
2017-09-22loplugin:flatten in scaddins..sdNoel Grandin1-8/+28
2017-09-22compilerplugins: add test for badstaticsMichael Stahl2-5/+66