summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/stringview.cxx
AgeCommit message (Expand)Author
2023-05-06update loplugin:stringview* for o3tl::iterateCodePointsNoel Grandin
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin
2023-04-12loplugin:stringview and stringviewparam, whitelist equalsAsciiLNoel Grandin
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-03-23loplugin:stringview: Constructing O[U]String from O[U]StringLiteral is cheapStephan Bergmann
2022-10-14Clean up loplugin:stringviewStephan Bergmann
2022-10-13Drop now-redundant %selectStephan Bergmann
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-02-17Extend loplugin:stringview to O[U]StringBuffer::makeStringAndClearStephan Bergmann
2022-02-17Bump compiler plugins Clang baseline to 12.0.1Stephan Bergmann
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann
2021-11-10Avoid unhelpful loplugin:stringview from implicit conversionsStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-05-14Improve loplugin:stringview diagnostic outputStephan Bergmann
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-09Improve loplugin:stringview diagnostic messagesStephan Bergmann
2020-12-04Improve loplugin:stringview detection of unnecessary O[U]String constructionStephan Bergmann
2020-11-19Simplify loplugin:stringviewStephan Bergmann
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-11loplugin:stringviewNoel