[llvm-branch-commits] [cfe-branch] r312155 - ReleaseNotes: one back-tick too many
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 30 11:43:04 PDT 2017
Author: hans
Date: Wed Aug 30 11:43:04 2017
New Revision: 312155
URL: http://llvm.org/viewvc/llvm-project?rev=312155&view=rev
Log:
ReleaseNotes: one back-tick too many
Modified:
cfe/branches/release_50/docs/ReleaseNotes.rst
Modified: cfe/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=312155&r1=312154&r2=312155&view=diff
==============================================================================
--- cfe/branches/release_50/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_50/docs/ReleaseNotes.rst Wed Aug 30 11:43:04 2017
@@ -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
More information about the llvm-branch-commits
mailing list