summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantMemberInitCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Give readability-redundant-member-init an option IgnoreBaseInCop...Mitchell Balan2019-11-191-5/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Handle anonymous structs/unions in member init checks.Malcolm Parsons2017-08-011-2/+3
* [clang-tidy] Make 2 checks register matchers for C++ only.Malcolm Parsons2016-12-271-0/+3
* [clang-tidy] Change readability-redundant-member-init to get base type from c...Malcolm Parsons2016-11-151-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+1
* [clang-tidy] Add check 'readability-redundant-member-init'Malcolm Parsons2016-10-201-0/+65
OpenPOWER on IntegriCloud