projects
/
clang
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1b987
)
Fix test. I added one last test and then forget to re-check.
author
John McCall
<rjmccall@apple.com>
Sat, 18 Dec 2010 03:52:04 +0000
(
03:52
+0000)
committer
John McCall
<rjmccall@apple.com>
Sat, 18 Dec 2010 03:52:04 +0000
(
03:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122137
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGenCXX/visibility.cpp
patch
|
blob
|
history
diff --git
a/test/CodeGenCXX/visibility.cpp
b/test/CodeGenCXX/visibility.cpp
index 431cee303eb98e51831f6badd34d319ef7ad70e7..38c554cd72828a1f5d6fb5e24967d2aee2dc4bce 100644
(file)
--- a/
test/CodeGenCXX/visibility.cpp
+++ b/
test/CodeGenCXX/visibility.cpp
@@
-403,7
+403,7
@@
namespace Test20 {
B<A<2> >::test4();
}
- // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test
4
Ev()
+ // CHECK: declare void @_ZN6Test201BINS_1AILj2EEEE5test
5
Ev()
// (but explicit visibility on a template argument doesn't count as
// explicit visibility for the template for purposes of deciding
// whether an external symbol gets visibility)