summaryrefslogtreecommitdiffstats
path: root/clang/docs/LanguageExtensions.html
diff options
context:
space:
mode:
authorPatrick Beard <pcbeard@mac.com>2012-03-20 21:51:03 +0000
committerPatrick Beard <pcbeard@mac.com>2012-03-20 21:51:03 +0000
commitf964c7be8d8ed7f54ea94689e64f5e6e0fd83bfa (patch)
treecfe844d2c53e92f4110a31e53f87a884dc9ce98e /clang/docs/LanguageExtensions.html
parentcbf45a6d8a875f684b8cc8d0ad502479f40028f8 (diff)
downloadbcm5719-llvm-f964c7be8d8ed7f54ea94689e64f5e6e0fd83bfa.tar.gz
bcm5719-llvm-f964c7be8d8ed7f54ea94689e64f5e6e0fd83bfa.zip
Added summary section for Object Literals and Subscripting, which contains the external link.
llvm-svn: 153141
Diffstat (limited to 'clang/docs/LanguageExtensions.html')
-rw-r--r--clang/docs/LanguageExtensions.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html
index 19a776827d1..d7e4931b8c8 100644
--- a/clang/docs/LanguageExtensions.html
+++ b/clang/docs/LanguageExtensions.html
@@ -89,7 +89,7 @@
<li><a href="#objc_arc">Automatic reference counting</a></li>
<li><a href="#objc_fixed_enum">Enumerations with a fixed underlying type</a></li>
<li><a href="#objc_lambdas">Interoperability with C++11 lambdas</a></li>
- <li><a href="ObjectiveCLiterals.html">Object Literals and Subscripting</a></li>
+ <li><a href="#object-literals-subscripting">Object Literals and Subscripting</a></li>
</ul>
</li>
<li><a href="#overloading-in-c">Function Overloading in C</a></li>
@@ -1135,6 +1135,12 @@ in Objective-C++, and not in C++ with blocks, due to its use of
Objective-C memory management (autorelease).</p>
<!-- ======================================================================= -->
+<h2 id="object-literals-subscripting">Object Literals and Subscripting</h2>
+<!-- ======================================================================= -->
+
+<p>Clang provides support for <a href="ObjectiveCLiterals.html">Object Literals and Subscripting</a> in Objective-C, which simplifies common Objective-C programming patterns, make programs more concise, and improves the safety of container creation. There are several feature macros associated with object literals and subscripting: <code>__has_feature(objc_array_literals)</code> tests the availability of array literals; <code>__has_feature(objc_dictionary_literals)</code> tests the availability of dictionary literals; <code>__has_feature(objc_subscripting)</code> tests the availability of of object subscripting.</p>
+
+<!-- ======================================================================= -->
<h2 id="overloading-in-c">Function Overloading in C</h2>
<!-- ======================================================================= -->
OpenPOWER on IntegriCloud