Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-30 21:43:04 +0300
committerHans Wennborg <hans@hanshq.net>2017-08-30 21:43:04 +0300
commit1f646c235c35a588a9ef1a30983f1c47b55defd1 (patch)
treec81e69ee812d2fcfdcd1e35df3358dc2008e3868
parentdf7de197491df18b68afe501673e5439cc210d6d (diff)
ReleaseNotes: one back-tick too many
llvm-svn: 312155
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c37e67d7705f..af977dcf7106 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -103,7 +103,7 @@ Attribute Changes in Clang
- The ``overloadable`` attribute now allows at most one function with a given
name to lack the ``overloadable`` attribute. This unmarked function will not
have its name mangled.
-- The ```ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins
+- The ``ms_abi`` attribute and the ``__builtin_ms_va_list`` types and builtins
are now supported on AArch64.
C Language Changes in Clang