summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/cppunitassertequals.cxx
AgeCommit message (Expand)Author
2023-02-28Extend loplugin:cppunitassertequals to CPPUNIT_ASSERT_LESS etc.Stephan Bergmann
2023-02-23Extend loplugin:cppunitassertequals to more argument typesStephan Bergmann
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2021-02-05Make loplugin:cppunitassetequals diagnostic more informativeStephan Bergmann
2020-04-28Silence loplugin:cppunitassertequals when comparing pointer against nullptrStephan Bergmann
2019-07-19make cppunitassertequals a shared pluginNoel Grandin
2018-08-14filter out some of the AST in the pluginsNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-05-04Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann
2017-11-07Clean away temporarily added using declarationsStephan Bergmann
2017-04-28Fixed/improved loplugin:cppunitassertequalsStephan Bergmann
2017-02-03compilerplugins: enable loplugin:cppunitassertequals by defaultMiklos Vajna
2017-02-01loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin
2016-06-29Remove support for Clang < 3.4Stephan Bergmann
2016-03-05fix crash in cppunitassertequals pluginMarkus Mohrhard
2016-02-24new loplugin:cppunitassertequalsNoel Grandin