| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang-tidy] Fix a false positive in unused-using-decl check | Haojian Wu | 2019-09-03 | 1 | -30/+47 |
| * | Fix clang-tidy warning in clang-tidy | Benjamin Kramer | 2019-08-23 | 1 | -1/+1 |
| * | [clang-tidy] Add fix descriptions to clang-tidy checks. | Haojian Wu | 2019-04-17 | 1 | -1/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Port getLocEnd -> getEndLoc | Stephen Kelly | 2018-08-09 | 1 | -1/+1 |
| * | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -1/+1 |
| * | [clang-tidy] Fix misc-unused-using-decls false positives in presence of compi... | Alexander Kornienko | 2017-02-09 | 1 | -0/+3 |
| * | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -3/+4 |
| * | [clang-tidy] Fix template agrument false positives in unused-using-decls. | Haojian Wu | 2016-10-11 | 1 | -0/+14 |
| * | [clang-tidy] Cleaning up language options. | Gabor Horvath | 2016-09-24 | 1 | -2/+1 |
| * | [clang-tidy] Fix an unused-using-decl false positive about template arguments in | Haojian Wu | 2016-08-02 | 1 | -3/+17 |
| * | [clang-tidy] Fix more enum declaration cases in misc-unused-using-decls check. | Haojian Wu | 2016-07-04 | 1 | -0/+3 |
| * | [clang-tidy] Warning enum unused using declarations. | Haojian Wu | 2016-06-27 | 1 | -3/+6 |
| * | [clang-tidy] Ignore function context in misc-unused-using-decls. | Haojian Wu | 2016-06-03 | 1 | -5/+14 |
| * | Fix a wrong check in misc-unused-using-decls | Haojian Wu | 2016-05-30 | 1 | -13/+11 |
| * | [clang-tidy] Handle using-decls with more than one shadow decl. | Haojian Wu | 2016-05-20 | 1 | -32/+41 |
| * | [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher. | Haojian Wu | 2016-05-18 | 1 | -7/+0 |
| * | [clang-tidy] Fix a template function false positive in misc-unused-using-decl... | Haojian Wu | 2016-05-18 | 1 | -0/+16 |
| * | [clang-tidy] Ignore using-declarations defined in marcro in misc-unused-using... | Haojian Wu | 2016-05-12 | 1 | -0/+4 |
| * | Support variables and functions types in misc-unused-using-decls. | Haojian Wu | 2016-05-09 | 1 | -5/+27 |
| * | clang-tidy: [misc-unused-using-decls] Support template types. | Daniel Jasper | 2016-04-20 | 1 | -3/+7 |
| * | clang-tidy: [misc-unused-using-decls] Always use the canonical decl to | Daniel Jasper | 2016-04-20 | 1 | -3/+5 |
| * | Initial version of misc-unused-using-decl check. | Daniel Jasper | 2016-04-19 | 1 | -0/+73 |