summaryrefslogtreecommitdiff
path: root/llvm/utils/llvm-locstats/llvm-locstats.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove files from vendor/llvm-project/master which are unused, and neverDimitry Andric2020-01-171-209/+0
| | | | | | | merged to contrib. Notes: svn path=/vendor/llvm-project/master/; revision=356841
* Copy llvm vendor/*/dist to vendor/llvm-project/masterDimitry Andric2019-12-201-0/+209
This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Notes: svn path=/vendor/llvm-project/master/; revision=355944