summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2017-10-30new loplugin: constmethodNoel Grandin
2017-10-27Adapt loplugin:includeform to Windows \ path separatorStephan Bergmann
2017-10-27revert small part of previous commitNoel Grandin
2017-10-27extract some common code for checking if a functions address was takenNoel Grandin
2017-10-27-Werror=unused-functionStephan Bergmann
2017-10-27loplugin:constantparam was not always using canonical location for functionNoel Grandin
2017-10-27no need to build the parent tree twiceNoel Grandin
2017-10-27rename loplugin::Plugin::parentStmtNoel Grandin
2017-10-26Make loplugin:implicitboolconversion find the same in C++17 and pre-C++17Stephan Bergmann
2017-10-26Use compat::getSubExprAsWritten; clean upStephan Bergmann
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-25new loplugin:dodgyswitchNoel Grandin
2017-10-24loplugin:includeformStephan Bergmann
2017-10-22loplugin:redundantcast: Do warn about convoluted dynamic_cast to selfStephan Bergmann
2017-10-22Make sure TypeCheck has a non-deleted default ctorStephan Bergmann
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-10-21Avoid loplugin:faileddyncast for "unnecessary", up-casting dynamic_castStephan Bergmann
2017-10-20Fully ignore inappropriately named loplugins in unit-test modeStephan Bergmann
2017-10-18rename some fieldsNoel Grandin
2017-10-18loplugin:manualrefcountNoel Grandin
2017-10-17Move lotuswordpro include files to common include directoryStephan Bergmann
2017-10-17loplugin:finalclasses trim the output a littleNoel Grandin
2017-10-16Move svx include files to common include directoryStephan Bergmann
2017-10-11Use unique class names for better FlameGraph resultsStephan Bergmann
2017-10-09Move loplugin:bodynotinblock to store/, to improve performanceStephan Bergmann
2017-10-06disable constparams lopluginNoel Grandin
2017-10-06Improve performance of loplugin:flattenNoel Grandin
2017-10-06Improve performance of loplugin:commaoperatorStephan Bergmann
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-10-05Also suppress loplugin:flatten in C++ class member functions...Stephan Bergmann
2017-10-05loplugin:mergerclass merge FillAttrLB with SvxFillAttrBoxNoel Grandin
2017-10-04loplugin:mergeclasses merge IInterface with SwDocNoel Grandin
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann
2017-10-04More targeted check for preprocessing conditionals in loplugin:blockblockStephan Bergmann
2017-10-04Fix test, and add missing TraverseFunctionDecl base caseStephan Bergmann
2017-10-04Suppress loplugin:blockblock in functions involving preprocessing conditionalsStephan Bergmann
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-10-03new loplugin:finalclassesNoel Grandin
2017-10-03new loplugin:blockblockNoel Grandin
2017-09-30loplugin:constparams: Ignore functions whose address is takenStephan Bergmann
2017-09-30Suppress loplugin:flatten in functions involving preprocessing conditionalsStephan Bergmann
2017-09-30Support loplugin in clang-clStephan Bergmann
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann
2017-09-29Avoid bogus loplugin:dllmacro "unnecessary *DLLPUBLIC declaration ..."Stephan Bergmann
2017-09-29Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann
2017-09-29Adapt loplugins to clang-cl's (implicit) -fdelayed-template-parsingStephan Bergmann
2017-09-29More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin
2017-09-29loplugin:unusedfields improve finding calleeNoel Grandin
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin