office-gobmx/compilerplugins/clang
Noel Grandin ed8152b1ed improve loplugin:makeshared
to find places where we are converting stuff to unique_ptr
instead of using std::make_shared.

As a bonus, this tends to find places where we are using shared_ptr
where we can instead be using unique_ptr avoiding the locking overhead.

Change-Id: I1b57bbc4a6c766b48bba8e25a55161800e149f62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93207
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-05-01 08:26:24 +02:00
..
sharedvisitor Add --disable-compiler-plugins-analyzer-pch for Jenkins/linux_clang_dbgutil_64 2020-03-09 13:48:35 +01:00
store Drop o3tl::optional wrapper 2020-02-21 14:50:28 +01:00
test improve loplugin:makeshared 2020-05-01 08:26:24 +02:00
automem.cxx
badstatics.cxx weld FontNameBox 2020-04-21 10:19:41 +02:00
blockblock.cxx
bufferadd.cxx
buriedassign.cxx Fix typo 2020-04-23 13:38:51 +02:00
casttovoid.cxx
changetoolsgen.cxx
charrightshift.cxx
check.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
check.hxx
checkconfigmacros.cxx
checkunusedparams.cxx
classmemaccess.cxx
collapseif.cxx
commaoperator.cxx
comparisonwithconstant.cxx Fix typo 2020-02-07 14:53:36 +01:00
compat.hxx
conditionalstring.cxx
constantparam.bitmask.results loplugin:constantparam 2020-04-25 13:09:59 +02:00
constantparam.booleans.results loplugin:constantparam 2020-04-25 13:09:59 +02:00
constantparam.constructors.results loplugin:constantparam 2020-04-25 13:09:59 +02:00
constantparam.cxx Get rid of some unnecessary llvm::StringRef -> std::string conversions 2020-02-13 11:24:43 +01:00
constantparam.numbers.results loplugin:constantparam 2020-04-25 13:09:59 +02:00
constantparam.py
constfields.cxx
constfields.py
constfieldsrewrite.cxx
constmethod.cxx
constparams.cxx
conststringvar.cxx Fix loplugin:conststringvar 2020-02-16 14:17:12 +01:00
consttobool.cxx
constvars.cxx
convertlong.cxx
countusersofdefaultparams.cxx
countusersofdefaultparams.py
cppunitassertequals.cxx Silence loplugin:cppunitassertequals when comparing pointer against nullptr 2020-04-28 13:39:01 +02:00
cstylecast.cxx Extend loplugin:cstylecast to certain function-style casts 2020-03-26 09:13:55 +01:00
data.cxx
datamembershadow.cxx
dbgunhandledexception.cxx
derefnullptr.cxx
dllprivate.cxx
dodgyswitch.cxx
doubleconvert.cxx
duplicate-defines.cxx Silence loplugin:duplicatedefines for WIN32_LEAN_AND_MEAN (clang-cl) 2020-02-03 23:39:47 +01:00
dyncastvisibility.cxx
dynexcspec.cxx
empty.cxx
emptyif.cxx
expandablemethods.cxx
expandablemethods.py
expressionalwayszero.cxx
external.cxx
externandnotdefined.cxx
externvar.cxx convert conststringvar plugin to shared infrastructre 2020-02-13 19:30:06 +01:00
faileddyncast.cxx
fakebool.cxx
finalclasses.cxx Get rid of some unnecessary llvm::StringRef -> std::string conversions 2020-02-13 11:24:43 +01:00
finalclasses.py loplugin:finalclasses in xmlsecurity..UnoControls 2020-04-03 11:37:53 +02:00
finalprotected.cxx
flatten.cxx compilerplugins: fix building against baseline clang (5.0.2) 2020-04-20 10:12:45 +02:00
fragiledestructor.cxx
functionaddress.hxx
getimplementationname.cxx
getstr.cxx
implicitboolconversion.cxx
includeform.cxx
indentation.cxx
inlinefields.cxx
inlinefields.py
inlinesimplememberfunctions.cxx
inlinevisible.cxx
intvsfloat.cxx
literaltoboolconversion.cxx
logexceptionnicely.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
loopvartoosmall.cxx
makeshared.cxx improve loplugin:makeshared 2020-05-01 08:26:24 +02:00
mapindex.cxx
memoryvar.cxx
mergeclasses.cxx Get rid of some unnecessary llvm::StringRef -> std::string conversions 2020-02-13 11:24:43 +01:00
mergeclasses.py
mergeclasses.results weld LimitBox Item Window 2020-02-17 21:34:53 +01:00
methodcycles.cxx
methodcycles.partition.results
methodcycles.py
methodcycles.results
namespaceindentation.cxx
nestedunnamed.cxx
noexceptmove.cxx
nullptr.cxx
oncevar.cxx
oslendian.cxx
overrideparam.cxx
overridevirtual.cxx
pahole-all-classes.py
passparamsbyref.cxx
passstuffbyref.cxx
plugin.cxx Deref of DynTypedNode* must not outlive owning DynTypedNodeList 2020-03-10 20:37:04 +01:00
plugin.hxx convert conststringvar plugin to shared infrastructre 2020-02-13 19:30:06 +01:00
pluginhandler.cxx
pluginhandler.hxx
pointerbool.cxx
precompiled_clang.hxx
privatebase.cxx
ptrvector.cxx
rangedforcopy.cxx
readability-redundant-pp.cxx
redundantcast.cxx
redundantfcast.cxx
redundantinline.cxx
redundantpointerops.cxx loplugin:redundantpointerops add some more smart pointer types 2020-03-19 09:04:21 +01:00
refcounting.cxx convert excel filter in calc from shared_ptr to rtl::Reference 2020-04-25 13:22:33 +02:00
referencecasting.cxx
rendercontext.cxx
reservedid.cxx
returnconstant.cxx aImmediateMacro is unused 2020-02-13 08:14:08 +01:00
returnconstval.cxx
salcall.cxx
sallogareas.cxx
salunicodeliteral.cxx
selfinit.cxx
sequenceloop.cxx Revert "loplugin:sequenceloop improve rvalue detection" 2020-02-23 11:10:18 +01:00
sequentialassign.cxx Drop Macromedia Flash export filter 2020-04-23 16:16:12 +02:00
sfxpoolitem.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
shouldreturnbool.cxx
simplifybool.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
simplifyconstruct.cxx
simplifydynamiccast.cxx
singlevalfields.could-be-bool.results loplugin:singlevalfields 2020-04-03 09:02:21 +02:00
singlevalfields.cxx
singlevalfields.py
singlevalfields.results loplugin:singlevalfields 2020-04-03 09:02:21 +02:00
staticaccess.cxx
staticanonymous.cxx
staticconstfield.cxx
staticmethods.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
staticvar.cxx
stdfunction.cxx
stringadd.cxx
stringbuffer.cxx
stringconcatauto.cxx
stringconcatliterals.cxx
stringconstant.cxx
stringloop.cxx
stringstatic.cxx
subtlezeroinit.cxx
typedefparam.cxx
unicodetochar.cxx
unnecessarycatchthrow.cxx
unnecessaryoverride.cxx Silence loplugin:unnecessaryoverride in WinSalInstance::GetBackendCapabilities 2020-02-03 23:45:46 +01:00
unnecessaryparen.cxx Adapt loplugin:unnecessaryparen to C++20 CXXRewrittenBinaryOperator 2020-04-11 17:44:54 +02:00
unnecessaryvirtual-dead.results loplugin:unnecessaryvirtual 2020-04-24 12:27:15 +02:00
unnecessaryvirtual.cxx
unnecessaryvirtual.py
unnecessaryvirtual.results loplugin:unnecessaryvirtual 2020-04-24 12:27:15 +02:00
unoany.cxx
unoquery.cxx
unreffun.cxx
unsignedcompare.cxx
unusedenumconstants.cxx
unusedenumconstants.py
unusedenumconstants.readonly.results
unusedenumconstants.untouched.results
unusedenumconstants.writeonly.results
unusedfields.cxx Deref of DynTypedNode* must not outlive owning DynTypedNodeList 2020-03-10 20:37:04 +01:00
unusedfields.only-used-in-constructor.results Drop Macromedia Flash export filter 2020-04-23 16:16:12 +02:00
unusedfields.py
unusedfields.readonly.results remove newly unused stuff 2020-04-06 21:24:55 +02:00
unusedfields.untouched.results loplugin:unusedfields 2020-04-03 09:01:21 +02:00
unusedfields.writeonly.results loplugin:unusedfields 2020-04-03 09:01:21 +02:00
unusedfieldsremove.cxx
unusedindex.cxx
unusedmember.cxx
unusedmethods.cxx
unusedmethods.py
unusedmethods.results loplugin:unusedmethods 2020-04-25 08:29:46 +02:00
unusedmethods.unused-returns.results Drop Macromedia Flash export filter 2020-04-23 16:16:12 +02:00
unusedmethodsremove.cxx
unusedvariablecheck.cxx
unusedvariablecheck.hxx
unusedvariablemore.cxx drop workben outdevgrind 2020-02-13 16:50:38 +01:00
unusedvariableplus.cxx new loplugin:unusedvariableplus 2020-04-07 11:42:37 +02:00
useuniqueptr.cxx Get rid of some unnecessary llvm::StringRef -> std::string conversions 2020-02-13 11:24:43 +01:00
vclwidgets.cxx Adapt compilerplugins to Clang trunk change 2020-03-02 07:51:34 +01:00
virtualdead.cxx
virtualdead.py loplugin:virtualdead 2020-04-02 21:23:23 +02:00
virtualdead.results loplugin:virtualdead 2020-04-02 21:23:23 +02:00
virtualdead.unusedparams.results loplugin:virtualdead 2020-04-02 21:23:23 +02:00
virtualdown.cxx
virtualdown.py
virtualdown.results
weakbase.cxx
weakobject.cxx
writeonlyvars.cxx
xmlimport.cxx new loplugin:xmlimport 2020-02-26 07:06:32 +01:00