summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/SortJavaScriptImports.cpp
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2017-09-20 06:32:45 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2017-09-20 06:32:45 +0000
commite974479fa5e1cdfab0fb9b3506ff6cb34bcd5ea1 (patch)
treef99180094d880f13e2267ac280df889296bae3db /clang/lib/Format/SortJavaScriptImports.cpp
parent1b9418e163bb64c4f673bb2d53ab7ae4f73b1e66 (diff)
downloadbcm5719-llvm-e974479fa5e1cdfab0fb9b3506ff6cb34bcd5ea1.tar.gz
bcm5719-llvm-e974479fa5e1cdfab0fb9b3506ff6cb34bcd5ea1.zip
Add support for attribute 'noescape'.
The attribute informs the compiler that the annotated pointer parameter of a function cannot escape and enables IRGen to attach attribute 'nocapture' to parameters that are annotated with the attribute. That is the only optimization that currently takes advantage of 'noescape', but there are other optimizations that will be added later that improves IRGen for ObjC blocks. rdar://problem/19886775 Differential Revision: https://reviews.llvm.org/D32210 llvm-svn: 313722
Diffstat (limited to 'clang/lib/Format/SortJavaScriptImports.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud