Commit Graph

5 Commits

Author SHA1 Message Date
Chandler Carruth
7c3769df62 Update more file headers across all of the LLVM projects in the monorepo
to reflect the new license. These used slightly different spellings that
defeated my regular expressions.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351648 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-19 10:56:40 +00:00
Marshall Clow
65c8c4faa6 Generalize the comparison test structure to support cross-type comparisons. NFC to the library
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@351140 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-15 00:05:05 +00:00
Stephan T. Lavavej
439de45011 [libcxx] [test] Strip trailing whitespace. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346826 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-14 03:06:06 +00:00
Marshall Clow
e25adff05a Make my new test harness work w/c++03
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@338803 91177308-0d34-0410-b5e6-96231b3b80d8
2018-08-03 02:58:16 +00:00
Marshall Clow
d3e32d2c53 New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@337885 91177308-0d34-0410-b5e6-96231b3b80d8
2018-07-25 04:21:21 +00:00