summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/modernize/UseUsingCheck.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-tidy] modernize-use-using uses AST and now supports struct defintions ...Mitchell Balan2020-01-071-84/+65
* [clang-tidy] modernize-use-using work with multi-argument templatesMitchell Balan2019-11-151-11/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-tidy] Ignore template instantiations in modernize-use-usingAlexander Kornienko2018-11-221-1/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-1/+1
* clang-tidy: add IgnoreMacros option to modernize-use-default-member-initMiklos Vajna2017-05-081-1/+1
* Fixes for modernize-use-using check:Krystyna Gajczyk2017-04-021-4/+18
* [clang-tidy] Remove debug logging.Alexander Kornienko2017-02-011-5/+0
* [clang-tidy] Avoid incorrect fixes in modernize-use-usingAlexander Kornienko2017-01-241-21/+38
* [clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135)Alexander Kornienko2017-01-171-33/+26
* [clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej2016-10-141-1/+2
* [clang-tidy] Add modernize-use-usingKrystyna Gajczyk2016-06-251-0/+93
OpenPOWER on IntegriCloud