summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)AuthorFilesLines
2019-03-11change some clang plugins to FilteringPluginsLuboš Luňák4-10/+8
2019-03-11blockblock clang plugin does not do rewritingLuboš Luňák1-2/+2
2019-03-11avoid a possible crash in loplugin's ignoreLocation()Luboš Luňák1-1/+4
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák3-32/+36
2019-03-11loplugin:constantparamNoel Grandin3-494/+511
2019-03-09loplugin:singlevalfieldsNoel Grandin2-673/+370
2019-03-09loplugin:unusedfieldsNoel Grandin4-810/+414
2019-03-09loplugin:unusedmethodsNoel Grandin2-154/+178
2019-03-09loplugin:unnecessaryvirtualNoel Grandin2-38/+46
2019-03-08remove debugging leftoverNoel Grandin1-1/+0
2019-03-08new loplugin constvarsNoel Grandin2-0/+558
2019-03-07Fix typoAndrea Gelmini1-1/+1
2019-03-06loplugin:staticconstfield improve warning messageNoel Grandin2-7/+10
2019-03-06Remove debugging dump()sStephan Bergmann1-8/+0
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin2-0/+19
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-0/+371
2019-03-04Revert "new loplugin typedefparam"Noel Grandin2-371/+0
2019-03-04new loplugin typedefparamNoel Grandin2-0/+371
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák1-0/+2
2019-02-28Remove unused YYWarning functions (cargo cult?)Stephan Bergmann1-1/+1
2019-02-27Fix apparent temporary debugging leftoverStephan Bergmann1-1/+0
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-50/+111
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin2-8/+26
2019-02-27m_bShowAllShapes in SdPageObjsTLV is deadNoel Grandin1-2/+0
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin2-56/+121
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-0/+28
2019-02-25loplugin:unusedmethodsNoel Grandin2-99/+151
2019-02-24Fix typoAndrea Gelmini1-1/+1
2019-02-23Fix typoAndrea Gelmini1-1/+1
2019-02-22loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann1-2/+8
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin6-375/+1145
2019-02-21Fix typoAndrea Gelmini1-1/+1
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann2-0/+14
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann1-2/+3
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák1-3/+6
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák1-10/+10
2019-02-18Make findOperator more precise wrt acceptable parameter typesStephan Bergmann1-8/+38
2019-02-18Tell about presumed corresponding negated operatorStephan Bergmann2-6/+14
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin2-16/+69
2019-02-16drop newly unused codeCaolán McNamara1-4/+0
2019-02-15SourceManager::getExpansionRange already returns CharSourceRange since Clang 7Stephan Bergmann1-1/+1
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin2-3/+151
2019-02-13Make loplugin:stringconcat more robustStephan Bergmann2-12/+83
2019-02-13Fix typoAndrea Gelmini1-1/+1
2019-02-12More loplugin:indentation Qt "emit" hackeryStephan Bergmann1-1/+2
2019-02-11new loplugin writeonlyvarsNoel Grandin2-0/+1295
2019-02-11use more hasPathnamePrefixNoel Grandin5-66/+45
2019-02-11remove debugging codeNoel Grandin1-7/+1
2019-02-11loplugin:indentation workaround qt macrosNoel Grandin1-0/+9
2019-02-11new loplugin indentationNoel Grandin2-0/+269