aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/modernize/UseUsingCheck.cpp
AgeCommit message (Expand)Author
2018-11-22[clang-tidy] Ignore template instantiations in modernize-use-usingAlexander Kornienko
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2017-05-08clang-tidy: add IgnoreMacros option to modernize-use-default-member-initMiklos Vajna
2017-04-02Fixes for modernize-use-using check:Krystyna Gajczyk
2017-02-01[clang-tidy] Remove debug logging.Alexander Kornienko
2017-01-24[clang-tidy] Avoid incorrect fixes in modernize-use-usingAlexander Kornienko
2017-01-17[clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135)Alexander Kornienko
2016-10-14[clang-tidy] Fix readability-braces-around-statements false positiveMarek Kurdej
2016-06-25[clang-tidy] Add modernize-use-usingKrystyna Gajczyk