summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/modernize-use-using.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] A couple of minor fixes in modernize-use-using testsAlexander Kornienko2017-04-071-1/+2
| | | | llvm-svn: 299752
* Fixes for modernize-use-using check:Krystyna Gajczyk2017-04-021-2/+15
| | | | | | | | | | | - removed unnessacary namespaces - added option to print warning in macros - no fix for typedef with array - removed "void" word from functions with 0 parameters Differential Revision: https://reviews.llvm.org/D29262 llvm-svn: 299340
* [clang-tidy] Avoid incorrect fixes in modernize-use-usingAlexander Kornienko2017-01-241-5/+17
| | | | | | | Avoid fixes for typedefs with multiple types and for typedefs with struct definitions. Partially addresses http://llvm.org/PR28334 llvm-svn: 292918
* [clang-tidy] Add more tests for modernize-use-using.Alexander Kornienko2017-01-241-0/+42
| | | | llvm-svn: 292917
* [clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135)Alexander Kornienko2017-01-171-0/+9
| | | | llvm-svn: 292229
* clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.NAKAMURA Takumi2016-06-261-3/+3
| | | | llvm-svn: 273834
* [clang-tidy] Add modernize-use-usingKrystyna Gajczyk2016-06-251-0/+87
http://reviews.llvm.org/D18919 llvm-svn: 273786
OpenPOWER on IntegriCloud