https://github.com/apple/swift
Revision 8f26fb88d4e0e03bbdfadb560b96f00079205b19 authored by Pavel Yaskevich on 17 October 2017, 07:16:12 UTC, committed by Pavel Yaskevich on 17 October 2017, 07:16:12 UTC
Currently when function types like `(_: Int...) -> Void` are mangled
their names are going to include enclosing sugar BoundGenericType(Array),
which is not necessary and doesn’t play well with `AnyFunctionType::Param`
which strips the sugar away.

Resolves: rdar://problem/34941557
1 parent e0a97ed
History
Tip revision: 8f26fb88d4e0e03bbdfadb560b96f00079205b19 authored by Pavel Yaskevich on 17 October 2017, 07:16:12 UTC
[Mangling] Improve handling of the variadic function parameters
Tip revision: 8f26fb8
File Mode Size
.github
apinotes
benchmark
bindings
cmake
docs
include
lib
stdlib
test
tools
unittests
utils
validation-test
.clang-format -rw-r--r-- 19 bytes
.dir-locals.el -rw-r--r-- 1.4 KB
.flake8 -rw-r--r-- 1.2 KB
.gitignore -rw-r--r-- 1.9 KB
CHANGELOG.md -rw-r--r-- 231.2 KB
CMakeLists.txt -rw-r--r-- 35.2 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CODE_OWNERS.TXT -rw-r--r-- 1.2 KB
CONTRIBUTING.md -rw-r--r-- 544 bytes
LICENSE.txt -rw-r--r-- 11.5 KB
README.md -rw-r--r-- 11.8 KB

README.md

back to top