summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-11-16loplugin:singlevalfieldsNoel Grandin3-141/+159
2019-11-16Improve loplugin:redundantpreprocessor performance a bitStephan Bergmann2-4/+19
2019-11-16Fix loplugin::Entry ODR violationStephan Bergmann2-10/+10
2019-11-16loplugin:unusedfieldsNoel Grandin5-181/+189
2019-11-15loplugin:external: Don't warn for injected friend functionsStephan Bergmann2-0/+48
2019-11-15Fix loplugin:fakebool for Objective CStephan Bergmann1-1/+4
2019-11-15loplugin:external: Extend comment about the perils of moving a functionStephan Bergmann1-1/+30
2019-11-15loplugin:external: Note all other declarations of the same entityStephan Bergmann2-2/+8
2019-11-15Fix loplugin:consttobool for assert on macOSStephan Bergmann1-0/+9
2019-11-15Add loplugin:consttobool assert-related testsStephan Bergmann2-0/+16
2019-11-15Silence -Werror,-Wsometimes-uninitializedStephan Bergmann1-1/+1
2019-11-14New loplugin:consttoboolStephan Bergmann2-0/+314
2019-11-14Improve error messageStephan Bergmann1-1/+1
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2-249/+477
2019-11-12Clarify loplugin:external behavior for const(expr) varsStephan Bergmann1-0/+23
2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann6-27/+28
2019-11-08Use more efficient NamedDecl::getNameStephan Bergmann1-1/+1
2019-11-07remove some unused gettersCaolán McNamara1-4/+0
2019-11-07drop unused TreeView::set_top_entryCaolán McNamara1-2/+0
2019-11-07loplugin:unusedmethodsNoel Grandin2-109/+135
2019-11-07loplugin:unusedfieldsNoel Grandin4-103/+107
2019-11-06loplugin:unnecessaryvirtualNoel Grandin2-27/+25
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-1/+15
2019-11-06loplugin:indentation find broken if statementsNoel Grandin2-0/+80
2019-11-04loplugin:redundantcast: Don't warn about cast from nullptr_t to function ptrStephan Bergmann2-3/+26
2019-11-02New loplugin:conditionalstringStephan Bergmann2-0/+492
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann2-35/+84
2019-10-30Clarify current loplugin:stringadd behaviorStephan Bergmann1-0/+11
2019-10-30Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann1-5/+21
2019-10-29loplugin:finalclasses fix checkNoel Grandin1-2/+2
2019-10-28loplugin:finalclasses look for classes with virtual membersNoel Grandin1-6/+14
2019-10-28Completely remove lambda capture that is unusedStephan Bergmann1-2/+1
2019-10-28loplugin:stringadd improve detectionNoel Grandin2-27/+48
2019-10-25compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna1-0/+1
2019-10-24Introduce OStringCharStephan Bergmann2-10/+1
2019-10-24This is fixed now on Clang trunkStephan Bergmann2-3/+16
2019-10-23Don't use broken StringAdd::getSourceAsStringStephan Bergmann1-16/+2
2019-10-23Fix call to NamedDecl::getNameStephan Bergmann1-4/+7
2019-10-23loplugin:unusedfieldsNoel Grandin4-38/+50
2019-10-23loplugin:unusedmethodsNoel Grandin1-67/+53
2019-10-22loplugin:unusedenumconstantsNoel Grandin3-3520/+3488
2019-10-22Avoid C++20 operator overloading ambiguityStephan Bergmann2-10/+35
2019-10-22loplugin:constantparamNoel Grandin4-847/+840
2019-10-22loplugin:singlevalfieldsNoel Grandin2-190/+124
2019-10-22loplugin:virtualdead unused param in ResourceChangeListenerNoel Grandin1-3/+0
2019-10-22loplugin:virtualdead unused param in ChartTypeDialogControllerNoel Grandin1-3/+0
2019-10-22loplugin:virtualdead unused params in OCacheSetNoel Grandin1-9/+0
2019-10-22loplugin:virtualdead unused param in IContainerApproveNoel Grandin1-3/+0
2019-10-22There doesn't need to be a TemplateSpecializationType hereStephan Bergmann1-1/+0
2019-10-21Make loplugin:stringcostant find some misuses of OUStringBuffer::appendStephan Bergmann2-8/+34