commit | b5d763d87c8ffb969b4d4a59ed98a2e3516e0850 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jan 02 06:26:22 2012 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Mon Jan 02 06:26:22 2012 +0000 |
tree | 9eef33fe387f14d6af26e25eed949b990a5833ba | |
parent | dcbe5f71dfffa4540a367d7f1effb5a717d6c4c3 [diff] [blame] |
Small cosmetic cleanups in code I will change anyway. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147424 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/visibility.cpp b/test/CodeGenCXX/visibility.cpp index ce1e8fd..cfa4f4f 100644 --- a/test/CodeGenCXX/visibility.cpp +++ b/test/CodeGenCXX/visibility.cpp
@@ -456,7 +456,7 @@ } namespace PR10113 { - namespace foo __attribute__ ((__visibility__ ("default"))) { + namespace foo DEFAULT { template<typename T> class bar { void zed() {}