summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2019-12-013-4/+4
* loplugin:mergeclassesNoel Grandin2019-11-302-63/+137
* loplugin:unusedmethodsNoel Grandin2019-11-302-111/+135
* ...and take implicit const casts into accountStephan Bergmann2019-11-302-2/+4
* Make loplugin:unnecessaryparen treat member expressions consistentlyStephan Bergmann2019-11-292-0/+33
* unnecessary virtualCaolán McNamara2019-11-291-2/+0
* disable checkconfigmacros compiler check for UnpackedTarballLuboš Luňák2019-11-271-1/+2
* loplugin:indentation no longer needs to blacklist binaryurp/source/bridge.cxxStephan Bergmann2019-11-261-3/+0
* Adapt to clang::MaterializeTemporaryExpr::GetTemparyExpr renameStephan Bergmann2019-11-2614-19/+34
* loplugin:implicitboolconversion: Filter out bool -> std::atomic<bool>Stephan Bergmann2019-11-262-0/+41
* use -Xclang -fno-pch-timestamp also for Clang PCH in compilerpluginsLuboš Luňák2019-11-251-1/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-225-8/+20
* loplugin:unusedfieldsNoel Grandin2019-11-214-77/+79
* loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann2019-11-202-0/+103
* loplugin:unusedmethodsNoel Grandin2019-11-201-105/+15
* loplugin:unusedmethodsNoel Grandin2019-11-203-22/+332
* Fix loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-1/+1
* loplugin:unusedenumconstantsNoel Grandin2019-11-194-2131/+2125
* Fix loplugin:fakebool (clang-cl)Stephan Bergmann2019-11-191-12/+6
* Rename GlyphCache to FreetypeManagerJan-Marek Glogowski2019-11-192-2/+2
* Missing includesStephan Bergmann2019-11-183-0/+5
* compilerplugins: fix ambiguous type warningsChris Sherlock2019-11-182-2/+2
* Fix typosAndrea Gelmini2019-11-171-1/+1
* loplugin:unusedmethodsNoel Grandin2019-11-173-114/+66
* Extend loplugin:external to warn about enumsStephan Bergmann2019-11-173-9/+316
* loplugin:singlevalfieldsNoel Grandin2019-11-163-141/+159
* Improve loplugin:redundantpreprocessor performance a bitStephan Bergmann2019-11-162-4/+19
* Fix loplugin::Entry ODR violationStephan Bergmann2019-11-162-10/+10
* loplugin:unusedfieldsNoel Grandin2019-11-165-181/+189
* loplugin:external: Don't warn for injected friend functionsStephan Bergmann2019-11-152-0/+48
* Fix loplugin:fakebool for Objective CStephan Bergmann2019-11-151-1/+4
* loplugin:external: Extend comment about the perils of moving a functionStephan Bergmann2019-11-151-1/+30
* loplugin:external: Note all other declarations of the same entityStephan Bergmann2019-11-152-2/+8
* Fix loplugin:consttobool for assert on macOSStephan Bergmann2019-11-151-0/+9
* Add loplugin:consttobool assert-related testsStephan Bergmann2019-11-152-0/+16
* Silence -Werror,-Wsometimes-uninitializedStephan Bergmann2019-11-151-1/+1
* New loplugin:consttoboolStephan Bergmann2019-11-142-0/+314
* Improve error messageStephan Bergmann2019-11-141-1/+1
* Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann2019-11-132-249/+477
* Clarify loplugin:external behavior for const(expr) varsStephan Bergmann2019-11-121-0/+23
* Make base of loplugin::FunctionAddress more flexibleStephan Bergmann2019-11-116-27/+28
* Use more efficient NamedDecl::getNameStephan Bergmann2019-11-081-1/+1
* remove some unused gettersCaolán McNamara2019-11-071-4/+0
* drop unused TreeView::set_top_entryCaolán McNamara2019-11-071-2/+0
* loplugin:unusedmethodsNoel Grandin2019-11-072-109/+135
* loplugin:unusedfieldsNoel Grandin2019-11-074-103/+107
* loplugin:unnecessaryvirtualNoel Grandin2019-11-062-27/+25
* loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin2019-11-061-1/+15
* loplugin:indentation find broken if statementsNoel Grandin2019-11-062-0/+80
* loplugin:redundantcast: Don't warn about cast from nullptr_t to function ptrStephan Bergmann2019-11-042-3/+26