office-gobmx/compilerplugins/clang/test
Noel Grandin f2c02331a7 new loplugin:unnecessary locking
off by default, since each warning needs careful inspection

Change-Id: I805c1d1cdde531a1afdc76e87b22f879fc3c9753
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134641
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-05-20 08:03:27 +02:00
..
badstatics.cxx
blockblock.cxx
bufferadd.cxx Make loplugin:bufferadd look through O[U]String::operator std::[u16]string_view 2021-09-28 21:23:06 +02:00
buriedassign.cxx
casttovoid.cxx -Werror,-Wunused-but-set-variable 2022-03-28 23:27:28 +02:00
classmemaccess.cxx
collapseif.cxx
commaoperator.cxx
conditionalstring.cxx
constfields.cxx
constmethod.cxx
constparams.cxx loplugin:constparams improve handling of pointer params 2021-09-30 11:24:33 +02:00
consttobool.cxx Adapt to Clang 14 trunk change in diagnostics 2021-09-22 20:24:14 +02:00
constvars.cxx Remove non-const Sequence::begin()/end() in internal code 2021-10-15 10:36:36 +02:00
convertlong.cxx
cow_wrapper.cxx improve loplugin:cow_wrapper 2021-12-07 17:46:23 +01:00
cppunitassertequals.cxx Adapt to Clang 14 trunk change in diagnostics 2021-09-22 20:24:14 +02:00
cppunitassertequals.hxx
cstylecast.cxx
datamembershadow.cxx
dbgunhandledexception.cxx
dodgyswitch.cxx
doubleconvert.cxx
elidestringvar.cxx Fix test for clang-cl with the MSVC template instantiation model 2021-11-23 09:35:55 +01:00
emptyif.cxx
expressionalwayszero.cxx
external.cxx
external.hxx
faileddyncast.cxx
fakebool.cxx Replace OFFSET_OF macro with a function template 2022-05-18 09:30:41 +02:00
flatten.cxx
fragiledestructor.cxx
getstr.cxx
implicitboolconversion.cxx Introduce rtl::createUriCharClass 2022-04-15 08:39:21 +02:00
indentation.cxx Bump compiler plugins Clang baseline to 12.0.1 2022-02-17 21:45:06 +01:00
intvsfloat.cxx
logexceptionnicely.cxx
loopvartoosmall.cxx
makeshared.cxx
mapindex.cxx
moveparam.cxx loplugin:moveparam check for collection params 2021-10-12 13:12:11 +02:00
namespaceindentation.cxx
noexcept.cxx
noexceptmove.cxx Bump compiler plugins Clang baseline to 12.0.1 2022-02-17 21:45:06 +01:00
nullptr.cxx
oncevar.cxx
optmove.cxx
oslendian-1.cxx
oslendian-2.cxx
oslendian-3.cxx
overridevirtual.cxx
passparamsbyref.cxx
passstuffbyref.cxx
pointerbool.cxx
reducevarscope.cxx
redundantcast.cxx Extend loplugin:redundantcast to trivial reinterpret_cast from T to itself 2022-05-18 10:52:59 +02:00
redundantcast.hxx
redundantfcast.cxx
redundantinline.cxx
redundantinline.hxx
redundantpointerops.cxx
redundantpreprocessor.cxx
refassign.cxx
refcounting.cxx
referencecasting.cxx Bump compiler plugins Clang baseline to 12.0.1 2022-02-17 21:45:06 +01:00
returnconstval.cxx
salcall.cxx
sallogareas.cxx
salunicodeliteral.cxx
salunicodeliteral.hxx
selfinit.cxx
sequentialassign.cxx
shouldreturnbool.cxx
simplifyconstruct.cxx
simplifydynamiccast.cxx
simplifypointertobool.cxx
singlevalfields.cxx
staticconstfield.cxx
staticdynamic.cxx
staticvar.cxx
stdfunction.cxx
stringadd.cxx Adapt to Clang 14 trunk diagnostic output change 2021-10-25 13:05:40 +02:00
stringbuffer.cxx
stringconcatauto.cxx Adapt CompilerTest_compilerplugins_clang 2021-11-15 09:53:18 +01:00
stringconcatliterals.cxx
stringconstant.cxx
stringliteraldefine.cxx new loplugin:stringliteraldefine 2021-11-10 19:10:31 +01:00
stringliteralvar.cxx Adapt CompilerTest_compilerplugins_clang 2021-12-13 16:48:21 +01:00
stringloop.cxx
stringstatic.cxx
stringstatic.hxx
stringview-c++03.cxx Extend loplugin:stringview to OUStringBuffer::copy 2022-02-16 22:45:42 +01:00
stringview.cxx loplugin:stringview add check for getToken().toInt32 2022-04-11 14:45:38 +02:00
stringviewdangle.cxx new loplugin:stringviewdangle 2022-04-30 21:20:55 +02:00
stringviewparam.cxx Extend loplugin:stringviewparam to starts/endsWith 2021-09-23 12:19:55 +02:00
stringviewvar.cxx new loplugin:stringviewvar looks for OUString vars that can be 2022-04-19 18:31:10 +02:00
trivialconstructor.cxx Adapt loplugin:trivialconsructor to clang-cl 2022-03-24 09:28:15 +01:00
trivialdestructor.cxx loplugin:trivialdestructor: Remove spurious anonymous union special case 2022-03-15 13:41:02 +01:00
typedefparam.cxx
typeidcomparison.cxx Fix some tautological std::type_info (in-)equality comparisons 2022-02-12 19:37:43 +01:00
unnecessarycatchthrow.cxx
unnecessarylocking.cxx new loplugin:unnecessary locking 2022-05-20 08:03:27 +02:00
unnecessaryoverride-dtor.cxx loplugin:unnecessaryoverride corner case is subsumed now 2021-10-15 17:15:21 +02:00
unnecessaryoverride-dtor.hxx
unnecessaryoverride.cxx
unnecessaryparen.cxx
unoany.cxx Deprecate css::uno::makeAny; completely disable it for LIBO_INTERNAL_ONLY 2022-05-05 14:26:32 +02:00
unoquery.cxx
unreffun.cxx
unreffun.hxx
unsignedcompare.cxx
unusedcapturedefault.cxx
unusedenumconstants.cxx
unusedfields.cxx Bump compiler plugins Clang baseline to 12.0.1 2022-02-17 21:45:06 +01:00
unusedindex.cxx
unusedmember.cxx loplugin:unusedmember: Work around more cases not marking an enum as referenced 2021-11-01 19:13:23 +01:00
unusedvariablecheck.cxx Fix loplugin:unusedvariablecheck 2021-12-18 07:42:35 +01:00
unusedvariablemore.cxx
unusedvarsglobal.cxx Bump compiler plugins Clang baseline to 12.0.1 2022-02-17 21:45:06 +01:00
useuniqueptr.cxx
vclwidgets.cxx
weakbase.cxx
weakobject.cxx
writeonlyvars.cxx
xmlimport.cxx