summaryrefslogtreecommitdiff
path: root/compilerplugins
AgeCommit message (Expand)Author
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák
2019-03-11change some clang plugins to FilteringPluginsLuboš Luňák
2019-03-11blockblock clang plugin does not do rewritingLuboš Luňák
2019-03-11avoid a possible crash in loplugin's ignoreLocation()Luboš Luňák
2019-03-11move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák
2019-03-11loplugin:constantparamNoel Grandin
2019-03-09loplugin:singlevalfieldsNoel Grandin
2019-03-09loplugin:unusedfieldsNoel Grandin
2019-03-09loplugin:unusedmethodsNoel Grandin
2019-03-09loplugin:unnecessaryvirtualNoel Grandin
2019-03-08remove debugging leftoverNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-03-07Fix typoAndrea Gelmini
2019-03-06loplugin:staticconstfield improve warning messageNoel Grandin
2019-03-06Remove debugging dump()sStephan Bergmann
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel Grandin
2019-03-01do not call GetFormatTable() from GetNonThreadedContext() (tdf#121949)Luboš Luňák
2019-02-28Remove unused YYWarning functions (cargo cult?)Stephan Bergmann
2019-02-27Fix apparent temporary debugging leftoverStephan Bergmann
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin
2019-02-27loplugin:unusedfields fix read/write when dealing with r<<= and >>=Noel Grandin
2019-02-27m_bShowAllShapes in SdPageObjsTLV is deadNoel Grandin
2019-02-27loplugin:simplifybool improve search for negated operatorNoel Grandin
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin
2019-02-25loplugin:unusedmethodsNoel Grandin
2019-02-24Fix typoAndrea Gelmini
2019-02-23Fix typoAndrea Gelmini
2019-02-22loplugin:writeonlyvars is no-op on Windows, so don't run its test thereStephan Bergmann
2019-02-21loplugin:unusedfields improve write-only when dealing with operatorsNoel Grandin
2019-02-21Fix typoAndrea Gelmini
2019-02-20Avoid loplugin:indentation after preproc conditional inclusion linesStephan Bergmann
2019-02-19Better loplugin:unnecessaryparen check for vexing parseStephan Bergmann
2019-02-18make Makefile-clang.mk also use gb_Output_announceLuboš Luňák
2019-02-18make uninteresting code in clang's makefile to the uninteresting partLuboš Luňák
2019-02-18Make findOperator more precise wrt acceptable parameter typesStephan Bergmann
2019-02-18Tell about presumed corresponding negated operatorStephan Bergmann
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin
2019-02-16drop newly unused codeCaolán McNamara
2019-02-15SourceManager::getExpansionRange already returns CharSourceRange since Clang 7Stephan Bergmann
2019-02-15loplugin:simplifybool extend to !(a == b) where comparison an overloaded opNoel Grandin
2019-02-13Make loplugin:stringconcat more robustStephan Bergmann
2019-02-13Fix typoAndrea Gelmini
2019-02-12More loplugin:indentation Qt "emit" hackeryStephan Bergmann
2019-02-11new loplugin writeonlyvarsNoel Grandin
2019-02-11use more hasPathnamePrefixNoel Grandin
2019-02-11remove debugging codeNoel Grandin
2019-02-11loplugin:indentation workaround qt macrosNoel Grandin