summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-8/+20
2019-11-21loplugin:unusedfieldsNoel Grandin4-77/+79
2019-11-20loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann2-0/+103
2019-11-20loplugin:unusedmethodsNoel Grandin1-105/+15
2019-11-20loplugin:unusedmethodsNoel Grandin3-22/+332
2019-11-19Fix loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-11-19loplugin:unusedenumconstantsNoel Grandin4-2131/+2125
2019-11-19Fix loplugin:fakebool (clang-cl)Stephan Bergmann1-12/+6
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski2-2/+2
2019-11-18Missing includesStephan Bergmann3-0/+5
2019-11-18compilerplugins: fix ambiguous type warningsChris Sherlock2-2/+2
2019-11-17Fix typosAndrea Gelmini1-1/+1
2019-11-17loplugin:unusedmethodsNoel Grandin3-114/+66
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann3-9/+316
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