Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang-include-fixer] Skip .rc files when finding symbols | Reid Kleckner | 2019-11-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Summary: For some reason CMake includes entries for .rc files, but find-all-symbols handles them improperly. See PR43993 Reviewers: sammccall, bkramer Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D70196 | ||||
* | Rename directory housing clang-include-fixer to be eponymous | Nico Weber | 2019-03-25 | 1 | -0/+123 |
Makes the name of this directory consistent with the names of the other directories in clang-tools-extra. Similar to r356254. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59750 llvm-svn: 356897 |