diff options
author | Patrick Beard <pcbeard@mac.com> | 2012-04-19 01:02:16 +0000 |
---|---|---|
committer | Patrick Beard <pcbeard@mac.com> | 2012-04-19 01:02:16 +0000 |
commit | f7736eae856d14d7eb0aac8ba5eae90998e55e89 (patch) | |
tree | 73c0d776bd08028f2264bb56bdbd907711079c7d | |
parent | b75f8de7ddc4f9365dad90ef21a463e94dcdcbda (diff) |
Changed wording of availability.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155086 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ObjectiveCLiterals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ObjectiveCLiterals.html b/docs/ObjectiveCLiterals.html index dc2f2fff09..596253483a 100644 --- a/docs/ObjectiveCLiterals.html +++ b/docs/ObjectiveCLiterals.html @@ -183,7 +183,7 @@ As with all C pointers, character pointer expressions can involve arbitrary poin <h3>Availability</h3> -<p>This feature will be available in clang 3.2. It is not currently available in any Apple compiler.</p> +<p>This feature will be available after clang 3.1. It is not currently available in any Apple compiler.</p> <h2>Container Literals</h2> |