| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -2/+1 |
| | | | | | llvm-svn: 289656 | ||||
| * | Fix signed/unsigned comparison warnings | Simon Pilgrim | 2016-10-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 284476 | ||||
| * | Fix windows buildbot error. | Haojian Wu | 2016-10-17 | 1 | -3/+3 |
| | | | | | llvm-svn: 284370 | ||||
| * | Recommit "[ClangTidy] Add UsingInserter and NamespaceAliaser" | Haojian Wu | 2016-10-17 | 1 | -0/+124 |
| | | | | | | | | | | | | | | | Summary: This adds helper classes to add using declaractions and namespace aliases to function bodies. These help making function calls to deeply nested functions concise (e.g. when calling helpers in a refactoring) Patch by Julian Bangert! Reviewers: alexfh, hokein Subscribers: beanz, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D24997 llvm-svn: 284368 | ||||
| * | Revert "[ClangTidy] Add UsingInserter and NamespaceAliaser" | Haojian Wu | 2016-10-12 | 1 | -124/+0 |
| | | | | | | | This reverts commit r283981. This patch breaks the buildbot. llvm-svn: 283985 | ||||
| * | [ClangTidy] Add UsingInserter and NamespaceAliaser | Haojian Wu | 2016-10-12 | 1 | -0/+124 |
| Summary: This adds helper classes to add using declaractions and namespace aliases to function bodies. These help making function calls to deeply nested functions concise (e.g. when calling helpers in a refactoring) Patch by Julian Bangert! Reviewers: alexfh, hokein Subscribers: cfe-commits Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D24997 llvm-svn: 283981 | |||||

