diff options
author | Jonathan Coe <jbcoe@me.com> | 2016-06-19 19:36:28 +0000 |
---|---|---|
committer | Jonathan Coe <jbcoe@me.com> | 2016-06-19 19:36:28 +0000 |
commit | 4fc922161684354e928d01e07e222860abf511cc (patch) | |
tree | c7451a45ac83fccf351e44837851b2d6d6630744 | |
parent | 945cacc8424bd049bbe8973556f896ec4867cbfa (diff) | |
download | bcm5719-llvm-4fc922161684354e928d01e07e222860abf511cc.tar.gz bcm5719-llvm-4fc922161684354e928d01e07e222860abf511cc.zip |
Add entry to CREDITS.TXT for propagate_const
llvm-svn: 273123
-rw-r--r-- | libcxx/CREDITS.TXT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT index 1cf713a6884..ceb12c42b96 100644 --- a/libcxx/CREDITS.TXT +++ b/libcxx/CREDITS.TXT @@ -37,6 +37,10 @@ E: mclow.lists@gmail.com E: marshall@idio.com D: C++14 support, patches and bug fixes. +N: Jonathan B Coe +E: jbcoe@me.com +D: Implementation of propagate_const. + N: Eric Fiselier E: eric@efcs.ca D: LFTS support, patches and bug fixes. |