summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py
Commit message (Collapse)AuthorAgeFilesLines
* [clang-include-fixer] Skip .rc files when finding symbolsReid Kleckner2019-11-141-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 eponymousNico Weber2019-03-251-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
OpenPOWER on IntegriCloud