summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/RedundantDeclarationCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] readability-redundant-declaration: fix false positive with C "ex...Matthias Gehre2019-05-131-2/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* [clang-tidy] readability-redundant-declaration: ignore friends and macrosAlexander Kornienko2017-07-281-3/+15
* [clang-tidy] readability-redundant-declaration false positive for defaulted f...Alexander Kornienko2017-05-221-5/+6
* [clang-tidy] Fix readability-redundant-declaration false positiveDaniel Marjamaki2017-02-241-8/+4
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-1/+1
* readability-redundant-declaration: Fix crashDaniel Marjamaki2016-11-211-0/+2
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-5/+5
* [clang-tidy] Add check readability-redundant-declarationDaniel Marjamaki2016-11-011-0/+71
OpenPOWER on IntegriCloud