summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/mangle-template.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-05 22:11:20 +0000
committerAlp Toker <alp@nuanti.com>2014-06-05 22:11:20 +0000
commit8e2c32154dcb11b5bf43b44954452a4e74f523ea (patch)
treef91e4d44cbf39a6fc5e8f06100887d4ff08e7836 /test/CodeGenCXX/mangle-template.cpp
parent817255ea365533dece0a00566c6098b7b0de8d0f (diff)
Remove old proposal notices
Let's just go ahead and assume the answer was 'I do' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/mangle-template.cpp')
-rw-r--r--test/CodeGenCXX/mangle-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/mangle-template.cpp b/test/CodeGenCXX/mangle-template.cpp
index 8fd27b89fb..998096a57b 100644
--- a/test/CodeGenCXX/mangle-template.cpp
+++ b/test/CodeGenCXX/mangle-template.cpp
@@ -147,7 +147,7 @@ namespace test10 {
}
}
-// Report from Jason Merrill on cxx-abi-dev, 2012.01.04.
+// Report from cxx-abi-dev, 2012.01.04.
namespace test11 {
int cmp(char a, char b);
template <typename T, int (*cmp)(T, T)> struct A {};