summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/refcounting.cxx
Commit message (Expand)AuthorAgeFilesLines
* convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin2020-04-251-0/+11
* make unusedmember use the shared plugin infrastructureNoel Grandin2020-02-141-20/+29
* sc: rowcol: convert mark dataNoel Grandin2019-12-141-0/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-221-1/+1
* better name for a function in compilerpluginsLuboš Luňák2019-10-081-1/+1
* tdf#114596 compilerplugins: add exception to [loplugin:refcounting]Xisco Fauli2019-05-311-0/+5
* implement std::hash for css::uno::Reference and rtl::ReferenceNoel Grandin2019-04-301-2/+0
* move isDerivedFrom() from a clang plugin to shared code, for reuseLuboš Luňák2019-03-111-32/+1
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* Avoid -Werror=deprecated-declarations with recent Clang trunkStephan Bergmann2018-08-101-3/+3
* compilerplugins: try to make these work with icecreamMichael Stahl2018-07-061-1/+2
* these TODOs have been doneNoel Grandin2018-02-011-7/+0
* tdf#114596 compilerplugins: add exception to [loplugin:refcounting]Michael Stahl2018-01-311-0/+4
* Bump --enable-compiler-plugins to Clang 3.8.0Stephan Bergmann2017-12-191-9/+3
* Don't prevent ODatabaseDocument refcount from dropping to zeroStephan Bergmann2017-12-011-0/+3
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* More clang::*Type vs. llvm::*Type ambiguitiesStephan Bergmann2017-09-111-10/+10
* Actually print parent nameStephan Bergmann2017-06-301-3/+5
* Avoid getQualifiedNameAsStringStephan Bergmann2017-06-301-38/+50
* improve refcounting lopluginNoel Grandin2017-06-291-13/+65
* Adapt pathname checks to mixed usage of \ and / on WindowsStephan Bergmann2017-05-181-1/+1
* Fix typosAndrea Gelmini2017-03-031-1/+1
* inline InitGuardNoel Grandin2017-01-131-2/+0
* typoStephan Bergmann2016-10-121-1/+1
* improve error message in refcounting pluginNoel Grandin2016-10-121-1/+2
* loplugin:refcounting: No more special-handling of SvXMLImportContextStephan Bergmann2016-09-091-6/+0
* loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann2016-08-261-0/+42
* Remove wrong check through template args from containsXInterfaceSubclassStephan Bergmann2016-08-261-12/+1
* Further clean-upStephan Bergmann2016-06-291-46/+71
* More Clang 3.4 "(anonymous namespace)" fixesStephan Bergmann2016-06-281-3/+7
* Adapt to Clang 3.4 (in preparation of a buildbot on CentOS 7)Stephan Bergmann2016-06-281-1/+1
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-311-27/+82
* OSingletonRegistration is dead nowMatúš Kukan2016-03-011-3/+0
* These version checks are about the Clang the plugins are built /against/Stephan Bergmann2016-02-261-1/+1
* Use rtl::Reference<CppType> instead of HardCppRef<UnoType,CppType>Stephan Bergmann2016-02-091-1/+0
* Fix typosAndrea Gelmini2016-01-071-1/+1
* tdf#94389 compilerplugins: clang 3.7.0Daniel Robertson2015-09-211-1/+1
* improve refcounting loplugin to check SvRef-based classesNoel Grandin2015-08-051-1/+119
* fix crash in refcounting pluginNoel Grandin2015-08-041-1/+1
* Workaround for libc++Stephan Bergmann2015-08-041-0/+2
* Workaround for ObjCIvarDecl problemStephan Bergmann2015-08-041-0/+8
* Adapt to current Clang trunk towards 3.7Stephan Bergmann2015-08-041-1/+11
* new loplugin: refcountingNoel Grandin2015-08-031-0/+249