summaryrefslogtreecommitdiff
path: root/libcxx/CREDITS.TXT
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-04-19 00:50:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-04-19 00:50:47 +0000
commit99f15d6eb77f1719cd38d2199b5b6a3b24f649d0 (patch)
tree50d8e4685dba874ff4e4c037d8e3b92ee548eb86 /libcxx/CREDITS.TXT
parentca357d9831c8ef642e8ff752666cad8a0a53b5ef (diff)
downloadllvm-99f15d6eb77f1719cd38d2199b5b6a3b24f649d0.tar.gz
libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
at the moment, but they allow these tests to be used to test clang against libstdc++. Add myself to the credits file, as suggested by Howard. llvm-svn: 155085
Diffstat (limited to 'libcxx/CREDITS.TXT')
-rw-r--r--libcxx/CREDITS.TXT3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT
index 408cda317475..937412433a45 100644
--- a/libcxx/CREDITS.TXT
+++ b/libcxx/CREDITS.TXT
@@ -47,3 +47,6 @@ D: Linux fixes.
N: Jonathan Sauer
D: Minor patches, mostly related to constexpr
+
+N: Richard Smith
+D: Minor patches.