summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-12Clarify loplugin:external behavior for const(expr) varsStephan Bergmann
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-11-04loplugin:redundantcast: Don't warn about cast from nullptr_t to function ptrStephan Bergmann
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-30Clarify current loplugin:stringadd behaviorStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-24This is fixed now on Clang trunkStephan Bergmann
2019-10-22Avoid C++20 operator overloading ambiguityStephan Bergmann
2019-10-21Make loplugin:stringcostant find some misuses of OUStringBuffer::appendStephan Bergmann
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15Improve loplugin:stringadd diagnosticsStephan Bergmann
2019-10-15Fix typoAndrea Gelmini
2019-10-15Improve loplugin:stringaddStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-10Silence -Werror,-Wunused-variable (clang-cl)Stephan Bergmann
2019-10-10Fix detection of std::unique_ptr/shared_ptr in loplugin:redundantpointeropsStephan Bergmann
2019-10-09Improve loplugin:redundantpointerops diagnostic messagesStephan Bergmann
2019-10-08New loplugin:classmemaccessStephan Bergmann
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-10-02new loplugin:stringaddNoel Grandin
2019-09-29constmethod for accessor-type methodsNoel Grandin
2019-09-25Improve loplugin:sequenceloop diagnostic adviceStephan Bergmann
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-09-24compiler check for rtl::OUStringConcat instancesLuboš Luňák
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-13Avoid some false loplugin:redundantfcast involving std::function and lambdasStephan Bergmann
2019-09-11loplugin:redundantfcast check for std::function castNoel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-08-28New loplugin:stdfunctionStephan Bergmann
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-23new loplugin:returnconstvalNoel Grandin
2019-08-21loplugin:constvars, look for loop vars that can be constNoel Grandin
2019-08-16Adapt loplugin:nullptr to RecursiveASTVisitior::TraverseInitListExpr changeStephan Bergmann
2019-08-16new loplugin:sequenceloopNoel Grandin
2019-08-01missing includeStephan Bergmann
2019-08-01new loplugin:mapindexNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it)Stephan Bergmann
2019-07-23resurrect and improve loplugin:referencecastingNoel Grandin
2019-07-01improve loplugin:blockblockNoel Grandin
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-06-14loplugin:unusedfields improvementsNoel Grandin
2019-06-13new loplugin logexceptionnicelyNoel Grandin
2019-04-30revert part of "improve loplugin:stringconstant"Noel Grandin