summaryrefslogtreecommitdiffstats
path: root/compilerplugins/clang/cppunitassertequals.cxx
Commit message (Expand)AuthorAgeFilesLines
* Silence loplugin:cppunitassertequals when comparing pointer against nullptrStephan Bergmann2020-04-281-4/+10
* make cppunitassertequals a shared pluginNoel Grandin2019-07-191-5/+13
* filter out some of the AST in the pluginsNoel Grandin2018-08-141-2/+2
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-51/+116
* Adapt to Clang trunk SourceManager::getImmediateExpansionRange changesStephan Bergmann2018-05-041-1/+2
* Clean away temporarily added using declarationsStephan Bergmann2017-11-071-1/+2
* Fixed/improved loplugin:cppunitassertequalsStephan Bergmann2017-04-281-44/+98
* compilerplugins: enable loplugin:cppunitassertequals by defaultMiklos Vajna2017-02-031-1/+1
* loplugin: use TypeCheck instead of getQualifiedNameAsStringNoel Grandin2017-02-011-1/+4
* Remove support for Clang < 3.4Stephan Bergmann2016-06-291-1/+0
* fix crash in cppunitassertequals pluginMarkus Mohrhard2016-03-051-4/+4
* new loplugin:cppunitassertequalsNoel Grandin2016-02-241-0/+104