summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)AuthorFilesLines
2019-10-24Introduce OStringCharStephan Bergmann1-1/+1
2019-10-24This is fixed now on Clang trunkStephan Bergmann1-0/+9
2019-10-22Avoid C++20 operator overloading ambiguityStephan Bergmann1-5/+5
2019-10-21Make loplugin:stringcostant find some misuses of OUStringBuffer::appendStephan Bergmann1-0/+18
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-0/+18
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-0/+17
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin1-2/+8
2019-10-15Improve loplugin:stringadd diagnosticsStephan Bergmann1-3/+3
2019-10-15Fix typoAndrea Gelmini1-1/+1
2019-10-15Improve loplugin:stringaddStephan Bergmann1-3/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-0/+75
2019-10-14New loplugin:getstrStephan Bergmann1-0/+41
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+43
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-0/+5
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann1-0/+42
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann1-4/+4
2019-10-08New loplugin:classmemaccessStephan Bergmann1-0/+36
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-0/+10
2019-10-02new loplugin:stringaddNoel Grandin1-0/+150
2019-09-29constmethod for accessor-type methodsNoel Grandin1-10/+23
2019-09-25Improve loplugin:sequenceloop diagnostic adviceStephan Bergmann1-1/+1
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-0/+10
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák2-0/+57
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin1-0/+88
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann1-0/+9
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin1-6/+18
2019-08-30new loplugin:noexceptmoveNoel Grandin1-0/+102
2019-08-28New loplugin:stdfunctionStephan Bergmann1-0/+56
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-0/+14
2019-08-23new loplugin:returnconstvalNoel Grandin1-0/+21
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin1-1/+59
2019-08-16Adapt loplugin:nullptr to RecursiveASTVisitior::TraverseInitListExpr changeStephan Bergmann1-0/+23
2019-08-16new loplugin:sequenceloopNoel Grandin1-0/+35
2019-08-01missing includeStephan Bergmann1-0/+1
2019-08-01new loplugin:mapindexNoel Grandin1-0/+42
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it)Stephan Bergmann1-0/+24
2019-07-23resurrect and improve loplugin:referencecastingNoel Grandin1-0/+150
2019-07-01improve loplugin:blockblockNoel Grandin1-0/+16
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-0/+10
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-3/+20
2019-06-13new loplugin logexceptionnicelyNoel Grandin1-0/+52
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin1-14/+2
2019-04-30improve loplugin:stringconstantNoel Grandin1-2/+14
2019-04-24tdf#89522 PERF FILEOPEN xlsx, part 1Noel Grandin1-0/+34
2019-04-17New loplugin:selfinitStephan Bergmann1-0/+33
2019-04-15improve loplugin simplifyconstructNoel Grandin1-0/+31
2019-04-11new loplugin sequentialassignNoel Grandin1-0/+95
2019-03-27Adapt to Windows sal_uIntPtr/sal_uLong typedefsStephan Bergmann1-4/+4
2019-03-27Improve loplugin:typedefparam error reportingStephan Bergmann1-2/+2
2019-03-25new loplugin:unoqueryNoel Grandin1-0/+19