commit | 24da7093a84e4eb92731e0565ab655697b2ed08f | [log] [tgz] |
---|---|---|
author | John McCall <rjmccall@apple.com> | Fri Jun 11 10:11:05 2010 +0000 |
committer | John McCall <rjmccall@apple.com> | Fri Jun 11 10:11:05 2010 +0000 |
tree | 4694588547cc808d304632d444ef0509bf503083 | |
parent | ddb0ce750c425af474008f091fb7a3483e980335 [diff] |
Provide an Objective C mangling for wchar_t. Patch by Nico Weber! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105818 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/instantiate-objc-1.mm b/test/SemaTemplate/instantiate-objc-1.mm index 92d0d6c..2780f8e 100644 --- a/test/SemaTemplate/instantiate-objc-1.mm +++ b/test/SemaTemplate/instantiate-objc-1.mm
@@ -45,3 +45,4 @@ template struct EncodeTest<int>; template struct EncodeTest<double>; +template struct EncodeTest<wchar_t>;