summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* remove unused enumerator from EncodedWordStateNoel Grandin2017-02-101-0/+1
* restore constant to VerticalOrientationNoel Grandin2017-02-091-0/+1
* remove ConnectionIdentifierType enumNoel Grandin2017-02-091-0/+1
* Fix SAL_DEBUG_BACKTRACEStephan Bergmann2017-02-091-1/+1
* loplugin:unusedenumconstants read-only constants in vcl (2)Noel Grandin2017-02-091-0/+3
* loplugin:unusedenumconstants read-only constants in vclNoel Grandin2017-02-081-0/+8
* loplugin:unusedenumconstants read-only constants in writerfilterNoel Grandin2017-02-081-0/+1
* convert DEBUG_TIME to scoped enumNoel Grandin2017-02-071-0/+1
* drop unused FONT_PROPTYPE_CELL constantNoel Grandin2017-02-071-0/+6
* convert GalleryBrowserTravel to scoped enumNoel Grandin2017-02-071-0/+3
* loplugin:unusedenumconstants in ooxNoel Grandin2017-02-061-0/+3
* loplugin:unusedenumconstants should apparently not be run by defaultStephan Bergmann2017-02-061-1/+1
* loplugin:unusedenumconstants in connectivity..cuiNoel Grandin2017-02-061-0/+1
* loplugin:unusedenumconstants in frameworkNoel Grandin2017-02-061-0/+1
* remove accidentally committed filesNoel Grandin2017-02-062-245/+0
* loplugin:unusedenumconstants in vclNoel Grandin2017-02-061-0/+2
* compilerplugins: enable loplugin:cppunitassertequals by defaultMiklos Vajna2017-02-031-1/+1
* new loplugin unusedenumvaluesNoel Grandin2017-02-032-0/+356
* Fix copy/move ctor checkStephan Bergmann2017-02-021-1/+1
* loplugin:stringconstant, this should be a breakNoel Grandin2017-02-021-1/+1
* More ctor check fixesStephan Bergmann2017-02-011-2/+5
* Fix ctor checkStephan Bergmann2017-02-011-1/+2
* loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin2017-02-0111-47/+58
* loplugin:useuniqueptr extend to check local varsNoel Grandin2017-02-011-1/+46
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-012-1/+13
* teach lolugin:stringconstant about calling constructorsNoel Grandin2017-01-312-27/+45
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-0/+32
* ...and Clang 4 will have it, tooStephan Bergmann2017-01-271-1/+1
* getExceptionSpecSourceRange is new in Clang 5Stephan Bergmann2017-01-271-1/+4
* fix spelling containging->containingNoel Grandin2017-01-271-13/+13
* improve "unnecessary user-declared destructor" checkNoel Grandin2017-01-273-13/+73
* Enable loplugin:dynexcspec rewriting modeStephan Bergmann2017-01-271-3/+19
* Make plugin rewriting work on Windows tooStephan Bergmann2017-01-271-0/+6
* Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann2017-01-271-8/+6
* Make test work with older ClangStephan Bergmann2017-01-261-8/+5
* Bypass some lines that cause problems with Clang 3.8.1 at leastTor Lillqvist2017-01-251-1/+4
* Minor loplugin:stringconstant improvementsStephan Bergmann2017-01-252-133/+285
* Use proper check for FunctionProtoTypeStephan Bergmann2017-01-241-1/+1
* teach unusedvariablecheck plugin about SfxPoolItem subclassesNoel Grandin2017-01-241-5/+9
* new loplugin useuniqueptrNoel Grandin2017-01-231-0/+137
* New loplugin:dynexcspec: Add @throws documentationStephan Bergmann2017-01-191-0/+151
* Use compat::isLookupContextStephan Bergmann2017-01-161-1/+1
* inline InitGuardNoel Grandin2017-01-131-2/+0
* Adapt loplugin:overrideparam to recent Clang trunk changeStephan Bergmann2017-01-121-5/+14
* Remove leftover codeStephan Bergmann2017-01-111-5/+0
* loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann2017-01-111-23/+119
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-0/+3
* loplugin:externvar (clang-cl)Stephan Bergmann2017-01-111-0/+9
* Some loplugin:conststringvar/stringconstant improvementsStephan Bergmann2017-01-112-9/+73
* Work around problems with isCXX11ConstantExpr in template codeStephan Bergmann2017-01-101-0/+4