| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] A couple of minor fixes in modernize-use-using tests | Alexander Kornienko | 2017-04-07 | 1 | -1/+2 |
| | | | | | llvm-svn: 299752 | ||||
| * | Fixes for modernize-use-using check: | Krystyna Gajczyk | 2017-04-02 | 1 | -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-using | Alexander Kornienko | 2017-01-24 | 1 | -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 Kornienko | 2017-01-24 | 1 | -0/+42 |
| | | | | | llvm-svn: 292917 | ||||
| * | [clang-tidy] Fix crash in modernize-use-using (http://llvm.org/PR29135) | Alexander Kornienko | 2017-01-17 | 1 | -0/+9 |
| | | | | | llvm-svn: 292229 | ||||
| * | clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall. | NAKAMURA Takumi | 2016-06-26 | 1 | -3/+3 |
| | | | | | llvm-svn: 273834 | ||||
| * | [clang-tidy] Add modernize-use-using | Krystyna Gajczyk | 2016-06-25 | 1 | -0/+87 |
| http://reviews.llvm.org/D18919 llvm-svn: 273786 | |||||

