summaryrefslogtreecommitdiffstats
path: root/compilerplugins
Commit message (Expand)AuthorAgeFilesLines
* new loplugin constvarsNoel Grandin2019-03-082-0/+558
* Fix typoAndrea Gelmini2019-03-071-1/+1
* loplugin:staticconstfield improve warning messageNoel Grandin2019-03-062-7/+10
* Remove debugging dump()sStephan Bergmann2019-03-061-8/+0
* loplugin:unnecessaryparen improve member expressionNoel Grandin2019-03-062-0/+19
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-0/+371
* Revert "new loplugin typedefparam"Noel Grandin2019-03-042-371/+0
* new loplugin typedefparamNoel Grandin2019-03-042-0/+371
* do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák2019-03-011-0/+2
* Remove unused YYWarning functions (cargo cult?)Stephan Bergmann2019-02-281-1/+1
* Fix apparent temporary debugging leftoverStephan Bergmann2019-02-271-1/+0
* loplugin:unnecessaryoverride look for more patternsNoel Grandin2019-02-272-50/+111
* loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin2019-02-272-8/+26
* m_bShowAllShapes in SdPageObjsTLV is deadNoel Grandin2019-02-271-2/+0
* loplugin:simplifybool improve search for negated operatorNoel Grandin2019-02-272-56/+121
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-0/+28
* loplugin:unusedmethodsNoel Grandin2019-02-252-99/+151
* Fix typoAndrea Gelmini2019-02-241-1/+1
* Fix typoAndrea Gelmini2019-02-231-1/+1
* loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann2019-02-221-2/+8
* loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin2019-02-216-375/+1145
* Fix typoAndrea Gelmini2019-02-211-1/+1
* Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann2019-02-202-0/+14
* Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann2019-02-191-2/+3
* make Makefile-clang.mk also use gb_Output_announceLuboš Luňák2019-02-181-3/+6
* make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák2019-02-181-10/+10
* Make findOperator more precise wrt acceptable parameter typesStephan Bergmann2019-02-181-8/+38
* Tell about presumed corresponding negated operatorStephan Bergmann2019-02-182-6/+14
* loplugin:simplifybool, check for !(!a op !b)Noel Grandin2019-02-182-16/+69
* drop newly unused codeCaolán McNamara2019-02-161-4/+0
* SourceManager::getExpansionRange already returns CharSourceRange since Clang 7Stephan Bergmann2019-02-151-1/+1
* loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2019-02-152-3/+151
* Make loplugin:stringconcat more robustStephan Bergmann2019-02-132-12/+83
* Fix typoAndrea Gelmini2019-02-131-1/+1
* More loplugin:indentation Qt "emit" hackeryStephan Bergmann2019-02-121-1/+2
* new loplugin writeonlyvarsNoel Grandin2019-02-112-0/+1295
* use more hasPathnamePrefixNoel Grandin2019-02-115-66/+45
* remove debugging codeNoel Grandin2019-02-111-7/+1
* loplugin:indentation workaround qt macrosNoel Grandin2019-02-111-0/+9
* new loplugin indentationNoel Grandin2019-02-112-0/+269
* Fix compilerplugins/clang/test/useuniqueptr.cxx for clang-clStephan Bergmann2019-01-311-1/+1
* loplugin:unusedfileds is no-op on Windows, so don't run its test thereStephan Bergmann2019-01-311-2/+8
* loplugin:unusedmethodsNoel Grandin2019-01-252-162/+114
* improve loplugin constparamsNoel Grandin2019-01-252-28/+35
* update useunique_ptr lopluginNoel Grandin2019-01-182-21/+85
* New loplugin:emptyStephan Bergmann2019-01-161-0/+186
* Drop o3tl/string_view.hxxStephan Bergmann2019-01-111-2/+0
* loplugin:constantparamNoel Grandin2019-01-083-397/+357
* Bump copyright year to 2019Adolfo Jayme Barrientos2019-01-011-1/+1
* Fix typo in codeAndrea Gelmini2018-12-281-1/+1