summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-10Missing includeStephan Bergmann
2021-07-14new loplugin:weakobjectNoel Grandin
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-22Clarify no loplugin:overridevirtual with templated base classStephan Bergmann
2021-06-17Adapt o3tl::temporary to C++23 P2266R1Stephan Bergmann
2021-06-03-Wunused-but-set-{parameter,variable} in CompilerTest_compilerplugins_clangStephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-14Improve loplugin:stringview diagnostic outputStephan Bergmann
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-03throw() -> noexcept, part 3/3: New loplugin:noexceptStephan Bergmann
2021-04-27loplugin:moveoptNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-07loplugin:casttovoid: Fix VisitReturnStmt in lambda bodiesStephan Bergmann
2021-03-08loplugin:refcounting check for one more caseNoel
2021-03-07loplugin:staticdynamic now with extra saltNoel
2021-03-06loplugin:staticdynamic look for static after dynamicNoel
2021-03-05loplugin:refcounting return objects properlyNoel
2021-03-01new loplugin:staticdynamicNoel
2021-02-23loplugin:refcounting check for managing OWeakObject with raw pointerNoel
2021-02-22Avoid loplugin:refounting in uninstantiated template codeStephan Bergmann
2021-02-19compilerplugins: fix referencecasting for clang 7.0.1Miklos Vajna
2021-02-18loplugin:referencecasting add check for new rtl::Reference operatorNoel
2021-02-12loplugin:refcounting check for calling deleteNoel
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-10loplugin:refcounting also check OWeakObject subclassesNoel
2021-02-09loplugin:referencecasting check for Reference::queryNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann
2021-02-02Avoid --disable-assert-always-abort loplugin:stringviewparam false positivesStephan Bergmann
2021-02-02loplugin:redundantcast catch more dynamic_castNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27Improve loplugin:stringliteralvarStephan Bergmann
2021-01-26Adapt loplugin:stringconstant to many functions taking string_view args nowStephan Bergmann
2021-01-22improve loplugin:pointerboolNoel
2021-01-21Use C++20 consteval for the Color(sal_uInt32) ctorStephan Bergmann
2021-01-20Improve loplugin:doubleconvertStephan Bergmann
2021-01-12Avoid loplugin:stringviewparam when there already is a string_view overloadStephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Don't call isIntegerConstantExpr on value dependent ExprStephan Bergmann
2020-12-09Fix loplugin:stringviewparam handling of comparison operatorsStephan Bergmann
2020-12-09Improve loplugin:stringview diagnostic messagesStephan Bergmann
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann