summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/unreffun.cxx
Commit message (Expand)AuthorAgeFilesLines
* make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák2019-03-121-6/+18
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* Prevent loplugin:unreffun on explicitly defaulted special membersStephan Bergmann2018-07-281-0/+21
* Improve loplugin:unreffunStephan Bergmann2018-06-011-0/+18
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+1
* Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann2017-09-291-1/+1
* Fix typosAndrea Gelmini2017-03-251-1/+1
* Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann2016-10-191-0/+8
* loplugins: extract some common functionalityNoel Grandin2016-10-181-3/+1
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-10/+3
* Remove support for Clang < 3.3Stephan Bergmann2016-06-291-10/+4
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-2/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unreffun: workaround for visibility-adding redeclsStephan Bergmann2015-06-091-0/+11
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-0/+33
* loplugin:unreffun: also warn about unused function templatesStephan Bergmann2014-06-271-9/+14
* compilerplugins: move isUnoIncludeFile to base classNoel Grandin2014-06-241-22/+0
* Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann2014-04-151-0/+148