summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/test
AgeCommit message (Expand)Author
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
2020-03-28Fix is_typed_flags for BrowseMode (compilerplugins)Julien Nabet
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-02-26new loplugin:xmlimportNoel Grandin
2020-02-23Revert "loplugin:sequenceloop improve rvalue detection"Noel Grandin
2020-02-21loplugin:sequenceloop improve rvalue detectionNoel Grandin
2020-02-16Fix compilerplugins/clang/test/consttobool.cxxStephan Bergmann
2020-01-31loplugin:unusedfields improve checking for fields guarded by existence checkNoel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-30new (but unused) refassign lopluginNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26Fix typoAndrea Gelmini
2020-01-24new loplugin:makesharedNoel Grandin
2020-01-12Fix typoAndrea Gelmini
2020-01-11loplugin:redundantpointerops, look for ".get()->"Noel Grandin
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2019-12-17Avoid false positive lopluign:vclwidgets warningStephan Bergmann
2019-12-12Enable -Wdeprecated-copy-dtor where availableStephan Bergmann
2019-12-11Recursively include unnamed inner classes in "layout heuristic"Stephan Bergmann
2019-12-11Extend loplugin:unusedmember "layout heuristic" to base classesStephan Bergmann
2019-12-06Document fishy loplugin:fakebool behaviorStephan Bergmann
2019-12-05New loplugin:unusedmemberStephan Bergmann
2019-12-04Adapt compilerplugins/clang/test/getstr.cxx to C++20 deleted ostream <<Stephan Bergmann
2019-11-30...and take implicit const casts into accountStephan Bergmann
2019-11-29Make loplugin:unnecessaryparen treat member expressions consistentlyStephan Bergmann
2019-11-26loplugin:implicitboolconversion: Filter out bool -> std::atomic<bool>Stephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-20loplugin:redundantfcast: Don't warn about cast from braced-init-listStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-16Improve loplugin:redundantpreprocessor performance a bitStephan Bergmann
2019-11-15loplugin:external: Don't warn for injected friend functionsStephan Bergmann