diff options
| author | Patrick Beard <pcbeard@mac.com> | 2012-03-21 16:22:53 +0000 |
|---|---|---|
| committer | Patrick Beard <pcbeard@mac.com> | 2012-03-21 16:22:53 +0000 |
| commit | 5e0bccf2d0501c3b42b2defed6bdff7916920ce0 (patch) | |
| tree | 929d5ecb4a33ac14b869f540c6b33fcc8b852886 /clang | |
| parent | cb16c680428b45e9167af2d9eb1151a5783a216f (diff) | |
| download | bcm5719-llvm-5e0bccf2d0501c3b42b2defed6bdff7916920ce0.tar.gz bcm5719-llvm-5e0bccf2d0501c3b42b2defed6bdff7916920ce0.zip | |
Removed repeated word (of of).
llvm-svn: 153195
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/docs/LanguageExtensions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/LanguageExtensions.html b/clang/docs/LanguageExtensions.html index 56226e687bd..af0d328f68f 100644 --- a/clang/docs/LanguageExtensions.html +++ b/clang/docs/LanguageExtensions.html @@ -1138,7 +1138,7 @@ 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, makes 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> +<p>Clang provides support for <a href="ObjectiveCLiterals.html">Object Literals and Subscripting</a> in Objective-C, which simplifies common Objective-C programming patterns, makes 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 object subscripting.</p> <!-- ======================================================================= --> <h2 id="overloading-in-c">Function Overloading in C</h2> |

