Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clang-tidy: [misc-unused-using-decls] Support template types. | Daniel Jasper | 2016-04-20 | 1 | -3/+7 |
| | | | | | | This fixes llvm.org/PR27429. llvm-svn: 266866 | ||||
* | clang-tidy: [misc-unused-using-decls] Always use the canonical decl to | Daniel Jasper | 2016-04-20 | 1 | -3/+5 |
| | | | | | | | | identify things. This fixes llvm.org/PR27430. llvm-svn: 266864 | ||||
* | Initial version of misc-unused-using-decl check. | Daniel Jasper | 2016-04-19 | 1 | -0/+73 |
llvm-svn: 266735 |