summaryrefslogtreecommitdiff
path: root/clang/lib/Basic
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate differences between Git version of llvm-project master, andvendor/llvm-project/trunk-r375505vendor/llvm-project/llvmorg-10-init-8157-g186155b89c2Dimitry Andric2019-12-201-1/+1
| | | | | | | | our vendor import in ^/vendor/llvm-project/master. Notes: svn path=/vendor/llvm-project/master/; revision=355952 svn path=/vendor/llvm-project/llvmorg-10-init-8157-g186155b89c2/; revision=356153; tag=vendor/llvm-project/llvmorg-10-init-8157-g186155b89c2
* Copy llvm vendor/*/dist to vendor/llvm-project/masterDimitry Andric2019-12-2078-0/+23693
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