summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-12-03desktop: disable callback handling while changing the viewAshod Nakashian1-6/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-4/+4
2019-11-30loplugin:mergeclassesNoel Grandin2-63/+137
2019-11-30loplugin:unusedmethodsNoel Grandin2-111/+135
2019-11-30...and take implicit const casts into accountStephan Bergmann2-2/+4
2019-11-29Make loplugin:unnecessaryparen treat member expressions consistentlyStephan Bergmann2-0/+33
2019-11-29unnecessary virtualCaolán McNamara1-2/+0
2019-11-27disable checkconfigmacros compiler check for UnpackedTarballLuboš Luňák1-1/+2
2019-11-26loplugin:indentation no longer needs to blacklist binaryurp/source/bridge.cxxStephan Bergmann1-3/+0
2019-11-26Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann14-19/+34
2019-11-26loplugin:implicitboolconversion: Filter out bool -> std::atomic<bool>Stephan Bergmann2-0/+41
2019-11-25use -Xclang -fno-pch-timestamp also for Clang PCH in compilerpluginsLuboš Luňák1-1/+3
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