summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
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
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-22tdf#123936 Formatting files in module compilerplugins with clang-formatPhilipp Hofer
2020-11-19loplugin:stringview: Flag empty string converted to string viewStephan Bergmann
2020-11-16Adapt to Clang 12 trunk cosmetic diagnostics changesStephan Bergmann
2020-11-12loplugin:xmlimportNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-11loplugin:xmlimport add more checksNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-21Fix loplugin:salcallStephan Bergmann
2020-10-19clang-cl: Adapt Windows-specific code to extended loplugin:cstylecastStephan Bergmann
2020-09-20loplugin:xmlimport check for bad conversions to fastparserNoel Grandin
2020-09-17Adapt compilerplugins/clang/test/unusedvarsglobal.cxxStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin
2020-09-04tdf#124176 Use #pragma once in compilerpluginsGeorge Bateman
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-21Silence some clang-cl loplugin:stringstaticStephan Bergmann
2020-08-19Remove unused includeStephan Bergmann
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin
2020-08-05Adapt to --disable-assert-always-abortStephan Bergmann
2020-08-04Adapt compilerplugins/clang/test/makeshared.cxx to MSVC standard libraryStephan Bergmann
2020-08-04Adapt compilerplugins/clang/test/getstr.cxx to latest MSVC standard libraryStephan Bergmann
2020-07-19Adapt to Clang 12 trunk RecursiveASTVisitor changeStephan Bergmann
2020-07-10replace usage of whitelist with allowlistThorsten Behrens
2020-07-01loplugin:externvar is covered by loplugin:externalStephan Bergmann
2020-06-26Improve loplugin:elidestringvarStephan Bergmann
2020-06-11typo in commentStephan Bergmann
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-06-10Adapt to new Clang trunk -Wuninitialized-const-referenceStephan Bergmann
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin
2020-06-03loplugin:simplifypointertobool improveNoel Grandin
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-18Adapt compilerplugins/clang/test/writeonlyvars.cxxStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-08improve loplugin:referencecastingNoel Grandin
2020-05-06Adapt compilerplugins/clang/test/makeshared.cxx to libc++Stephan Bergmann
2020-05-04Adapt test code to Clang 11 trunk changeStephan Bergmann
2020-05-01improve loplugin:makesharedNoel Grandin
2020-04-30Fix typosAndrea Gelmini
2020-04-28Silence loplugin:cppunitassertequals when comparing pointer against nullptrStephan Bergmann
2020-04-14loplugin:buriedassign in c*Noel Grandin