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/+1 |
| | | | | llvm-svn: 299752 | ||||
* | Fixes for modernize-use-using check: | Krystyna Gajczyk | 2017-04-02 | 1 | -0/+23 |
- 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 |