summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2019-11-20loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-11-20loplugin:unusedmethodsNoel Grandin
2019-11-19Fix loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-19loplugin:unusedenumconstantsNoel Grandin
2019-11-19Fix loplugin:fakebool (clang-cl)Stephan Bergmann
2019-11-19Rename GlyphCache to FreetypeManagerJan-Marek Glogowski
2019-11-18Missing includesStephan Bergmann
2019-11-18compilerplugins: fix ambiguous type warningsChris Sherlock
2019-11-17Fix typosAndrea Gelmini
2019-11-17loplugin:unusedmethodsNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-16loplugin:singlevalfieldsNoel Grandin
2019-11-16Improve loplugin:redundantpreprocessor performance a bitStephan Bergmann
2019-11-16Fix loplugin::Entry ODR violationStephan Bergmann
2019-11-16loplugin:unusedfieldsNoel Grandin
2019-11-15loplugin:external: Don't warn for injected friend functionsStephan Bergmann
2019-11-15Fix loplugin:fakebool for Objective CStephan Bergmann
2019-11-15loplugin:external: Extend comment about the perils of moving a functionStephan Bergmann
2019-11-15loplugin:external: Note all other declarations of the same entityStephan Bergmann
2019-11-15Fix loplugin:consttobool for assert on macOSStephan Bergmann
2019-11-15Add loplugin:consttobool assert-related testsStephan Bergmann
2019-11-15Silence -Werror,-Wsometimes-uninitializedStephan Bergmann
2019-11-14New loplugin:consttoboolStephan Bergmann
2019-11-14Improve error messageStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-12Clarify loplugin:external behavior for const(expr) varsStephan Bergmann
2019-11-11Make base of loplugin::FunctionAddress more flexibleStephan Bergmann
2019-11-08Use more efficient NamedDecl::getNameStephan Bergmann
2019-11-07remove some unused gettersCaolán McNamara
2019-11-07drop unused TreeView::set_top_entryCaolán McNamara
2019-11-07loplugin:unusedmethodsNoel Grandin
2019-11-07loplugin:unusedfieldsNoel Grandin
2019-11-06loplugin:unnecessaryvirtualNoel Grandin
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-04loplugin:redundantcast: Don't warn about cast from nullptr_t to function ptrStephan Bergmann
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-30Clarify current loplugin:stringadd behaviorStephan Bergmann
2019-10-30Fix Plugin::containsPreprocessingConditionalInclusionStephan Bergmann
2019-10-29loplugin:finalclasses fix checkNoel Grandin
2019-10-28loplugin:finalclasses look for classes with virtual membersNoel Grandin
2019-10-28Completely remove lambda capture that is unusedStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-25compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-24This is fixed now on Clang trunkStephan Bergmann
2019-10-23Don't use broken StringAdd::getSourceAsStringStephan Bergmann
2019-10-23Fix call to NamedDecl::getNameStephan Bergmann