diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-08-28 00:48:36 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-08-28 00:48:36 +0000 |
commit | bb452e99a8b97ea20bcfb5c3583dbf1da53b0024 (patch) | |
tree | 5e1a8888733d4bc55366ec670f1db375fe683e32 | |
parent | 19de06bd7b7772a6a70ccefdc20be75ed1e7b69c (diff) |
note to self: save before committing; add PR
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112339 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaTemplate/inject-templated-friend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/inject-templated-friend.cpp b/test/SemaTemplate/inject-templated-friend.cpp index a987b80018..039f6df6ed 100644 --- a/test/SemaTemplate/inject-templated-friend.cpp +++ b/test/SemaTemplate/inject-templated-friend.cpp @@ -1,5 +1,5 @@ // RUN: %clang %s -S -emit-llvm -o - | grep -e "define linkonce_odr.*_ZlsR11std_ostreamRK8StreamerI3FooE" -// PR8007: friend function either not instantiated. +// PR8007: friend function not instantiated. struct std_ostream { |