summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-12-12 02:26:06 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-12-12 02:26:06 +0000
commitf1a2837dc0c7c552d64edb90c9408a8fffeaeb77 (patch)
treec7d3ca5f97151db4092780b8a2dd7f5425a0da1b
parent22540da1d7d4ba5b5fa3ff54cf782710c7565f89 (diff)
downloadclang-f1a2837dc0c7c552d64edb90c9408a8fffeaeb77.tar.gz
clang-f1a2837dc0c7c552d64edb90c9408a8fffeaeb77.tar.bz2
clang-f1a2837dc0c7c552d64edb90c9408a8fffeaeb77.tar.xz
Fix RST syntax errors.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197117 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 480c85aafc..79318e85a8 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -76,6 +76,7 @@ about them. The improvements since the 3.3 release include:
- Clang can detect initializer list use inside a macro and suggest parentheses
if possible to fix.
- Many improvements to Clang's typo correction facilities, such as:
+
+ Adding global namespace qualifiers so that corrections can refer to shadowed
or otherwise ambiguous or unreachable namespaces.
+ Including accessible class members in the set of typo correction candidates,
@@ -125,10 +126,10 @@ C++ Language Changes in Clang
- Clang 3.4 supports the 2013-08-28 draft of the ISO WG21 SG10 feature test
macro recommendations. These aim to provide a portable method to determine
whether a compiler supports a language feature, much like Clang's
- |__has_feature macro|_.
+ |has_feature macro|_.
-.. |__has_feature macro| replace:: ``__has_feature`` macro
-.. ___has_feature macro: LanguageExtensions.html#has-feature-and-has-extension
+.. |has_feature macro| replace:: ``__has_feature`` macro
+.. _has_feature macro: LanguageExtensions.html#has-feature-and-has-extension
C++1y Feature Support
^^^^^^^^^^^^^^^^^^^^^