summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2024-02-07double operator < is not a strict weak ordering due to NaNStephan Bergmann
2024-02-02loplugin:unnecessarygetstr fix false +Noel Grandin
2023-11-30Extended loplugin:ostrStephan Bergmann
2023-11-15Extend a loplugin:ostr check from OUString to OStringStephan Bergmann
2023-11-15Add back test for struct initializationStephan Bergmann
2023-11-14Adapt compilerplugins/clang/test/fieldcast.cxx to clang-clStephan Bergmann
2023-11-11loplugin:fieldcast improvementsNoel Grandin
2023-11-08Adapt expected diagnostic output to clang-cl and the MSVC standard libraryStephan Bergmann
2023-11-08Adapt compilerplugins/clang/test/locking2.cxx to clang-clStephan Bergmann
2023-11-08Adapt loplugin:stringconcatliterals to clang-clStephan Bergmann
2023-11-08new loplugin:fieldcastNoel Grandin
2023-11-05loplugin:ostr: Warn about literals that could be string_viewStephan Bergmann
2023-11-03Suppress loplugin:redundantfcast also around C++20 CXXParenListInitExprStephan Bergmann
2023-10-21Extended loplugin:ostr: Automatic rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-10-07loplugin:ostr: Rewrite some uses of O[U]String to use ""_ostr/u""_ustr literalsStephan Bergmann
2023-09-15loplugin, merge weakobject into weakbaseNoel Grandin
2023-08-28Adapt loplugin:unnecessaryparen to user-defined string literalsStephan Bergmann
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-19loplugin: new global analysis locking2Noel Grandin
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