Revision a20fa87712b737682cf27fd770d7458d2a937092 authored by Chris Lattner on 10 January 2016, 05:18:50 UTC, committed by Chris Lattner on 10 January 2016, 05:20:13 UTC
accept closure arguments with API names (but only in a parenthesized parameter list).
While it could theoretically be interesting to support API names on closures, this
is never something we intended to support, and a lot of implementation work would be
necessary to make them correct.  Just correctly reject them even if parenthesized.
1 parent 6da11ce
History
File Mode Size
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.8 KB
.gitignore -rw-r--r-- 1.6 KB
CHANGELOG.md -rw-r--r-- 169.5 KB
CMakeLists.txt -rw-r--r-- 24.4 KB
CODE_OWNERS.TXT -rw-r--r-- 1.2 KB
CONTRIBUTING.md -rw-r--r-- 468 bytes
LICENSE.txt -rw-r--r-- 11.5 KB
README.md -rw-r--r-- 6.5 KB

README.md

back to top