summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2023-08-08loplugin:unnecessarygetstr fix false +Noel Grandin
2023-08-04Avoid "function 'testDynamicCast()::S1::~S1' has internal linkage...Stephan Bergmann
2023-07-31loplugin:stringconstant: Catch some O[U]String::getStr anti-patternsStephan Bergmann
2023-07-21loplugin:redundantcast small improvementNoel Grandin
2023-06-29loplugin:unusedfields make it a little smarterNoel Grandin
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-06add unit test for loplugin:staticmethodsNoel Grandin
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-05-04Adapt loplugin:randedforcopy to libc++ std::vector<bool>Stephan Bergmann
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin
2023-04-21loplugin:unnecessarygetstr extend to checking std::string::c_strNoel Grandin
2023-04-17loplugin:stringadd: Adapt O[U]StringBuffer ctor detection for WindowsStephan Bergmann
2023-04-17Adapt expected diagnostics to WindowsStephan Bergmann
2023-04-11loplugin:unnecessarygetstr check for OUString::number facilitiesNoel Grandin
2023-04-09new loplugin:unnecessarygetstrNoel Grandin
2023-04-06loplugin:stringadd also check O[U]StringBuffersNoel Grandin
2023-04-05Adapt expected test output to recent ClangStephan Bergmann
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-23loplugin:stringview: Constructing O[U]String from O[U]StringLiteral is cheapStephan Bergmann
2023-03-17loplugin:rangedforcopy: Assume non-reference structured binding is intentionalStephan Bergmann
2023-03-17Avoid loplugin:unusedmember crash for templated offsetofStephan Bergmann
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-03-06The mentioned bug is fixed in Clang 17 trunk nowStephan Bergmann
2023-03-02Record loplugin:unreffun false positive caused by a Clang bugStephan Bergmann
2023-02-28Remove compilerplugins/clang/test/cppunitassertequals.hxxStephan Bergmann
2023-02-28Extend loplugin:cppunitassertequals to CPPUNIT_ASSERT_LESS etc.Stephan Bergmann
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann
2023-01-20New loplugin:unoaggregationStephan Bergmann
2023-01-20improve loplugin:refcountingNoel Grandin
2022-12-20new loplugin:implinheritancehelperNoel Grandin
2022-11-29New loplugin:crosscastStephan Bergmann
2022-11-23Fix loplugin:redundantcast check for same-type dynamic_castStephan Bergmann
2022-11-18Related tdf#104597, tdf#151546: Introduce comphelper::string::reverseCodePointsStephan Bergmann
2022-11-11New loplugin:constmoveStephan Bergmann
2022-11-05loplugin:stringconcatauto: There's no dangling-ref issue with O[U]StringNumberStephan Bergmann
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin
2022-10-17loplugin:redundantcast look for redundant dynamic_cast<T&>Noel Grandin
2022-10-14Fix loplugin:stringconcatautoStephan Bergmann
2022-10-13Adapt CompilerTest_compilerplugins_clang to recent ClangStephan Bergmann
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-10-12tdf#147021 REVERT Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-21Extend loplugin:redundantcast to some suspicious reinterpret_castStephan Bergmann
2022-09-08Clean up some #includesStephan Bergmann
2022-09-04tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18loplugin:moveitNoel Grandin