summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/misc/UndelegatedConstructor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] Another batch of checks to rename from misc- to bugprone-.Alexander Kornienko2018-02-281-84/+0
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-131-1/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-1/+2
* [clang-tidy] Cleaning namespaces to be more consistant across checkers.Etienne Bergeron2016-05-021-3/+2
* Refactors AST matching code to use the new AST matcher names. This patch corr...Aaron Ballman2015-09-171-3/+4
* Using an early return as it is more clear; NFC.Aaron Ballman2015-08-311-11/+12
* Disable clang-tidy misc checkers when not compiling in C++ mode. Many of the ...Aaron Ballman2015-08-281-9/+14
* [clang-tidy] Move user-defined matches to unnamed namespaces to prevent ODR v...Alexander Kornienko2015-06-171-8/+9
* [clang-tidy] Refactor: Move misc clang-tidy checks to namespace clang::tidy::...Alexander Kornienko2015-03-021-0/+2
* [clang-tidy] Eliminate inline copies of InTemplateInstantiation matcher.Benjamin Kramer2014-09-031-3/+1
* [clang-tidy] Add a checker for code that looks like a delegate constructors b...Benjamin Kramer2014-07-311-0/+76
OpenPOWER on IntegriCloud