summaryrefslogtreecommitdiffstats
path: root/CREDITS.TXT
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2011-01-04 19:21:05 +0000
committerHoward Hinnant <hhinnant@apple.com>2011-01-04 19:21:05 +0000
commit93c382bf45f023eb63476b32e0a80bd0b50bce1f (patch)
tree34712d4c80c823b40ac930d741e59e7db6b9d2a6 /CREDITS.TXT
parent2d72b1e393e35d61917d6d0ce069482ab11e96d1 (diff)
downloadexternal_libcxx-93c382bf45f023eb63476b32e0a80bd0b50bce1f.tar.gz
external_libcxx-93c382bf45f023eb63476b32e0a80bd0b50bce1f.tar.bz2
external_libcxx-93c382bf45f023eb63476b32e0a80bd0b50bce1f.zip
Marshall Clow's fix for Bug 8421.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@122825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CREDITS.TXT')
-rw-r--r--CREDITS.TXT5
1 files changed, 4 insertions, 1 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT
index 7f3de7438..a5a9b41ca 100644
--- a/CREDITS.TXT
+++ b/CREDITS.TXT
@@ -12,4 +12,7 @@ N: Howard Hinnant
E: hhinnant@apple.com
D: Architect and primary author of libc++
-
+N: Marshall Clow
+E: marshall@idio.com
+E: mclow@qualcomm.com
+D: Minor patches and bug fixes.