summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/unreffun.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Revert "simplify sharedplugin PostTraverse calls"Noel Grandin1-2/+3
2019-07-17make some plugins used the shared frameworkNoel Grandin1-22/+1
2019-07-17simplify sharedplugin PostTraverse callsNoel Grandin1-3/+2
2019-03-12make (some) clang plugins share the same RecursiveASTVisitorLuboš Luňák1-6/+18
2018-08-14filter out some of the AST in the pluginsNoel Grandin1-2/+2
2018-07-28Prevent loplugin:unreffun on explicitly defaulted special membersStephan Bergmann1-0/+21
2018-06-01Improve loplugin:unreffunStephan Bergmann1-0/+18
2017-11-07Clean away temporarily added using declarationsStephan Bergmann1-1/+1
2017-09-29Adapt loplugin:unreffun to clang-cl (uses of DllMain and wmain)Stephan Bergmann1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2016-10-19Plugin::isInUnoIncludeFile should not cover WORKDIRStephan Bergmann1-0/+8
2016-10-18loplugins: extract some common functionalityNoel Grandin1-3/+1
2016-06-29Remove support for Clang < 3.4Stephan Bergmann1-10/+3
2016-06-29Remove support for Clang < 3.3Stephan Bergmann1-10/+4
2016-02-26These version checks are about the Clang the plugins are built /against/Stephan Bergmann1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-06-09loplugin:unreffun: workaround for visibility-adding redeclsStephan Bergmann1-0/+11
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+33
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann1-9/+14
2014-06-24compilerplugins: move isUnoIncludeFile to base classNoel Grandin1-22/+0
2014-04-15Flag unreferrenced functions only declared in the main file, not an includeStephan Bergmann1-0/+148