Commit 1f646c23 authored by Hans Wennborg's avatar Hans Wennborg
Browse files

ReleaseNotes: one back-tick too many

llvm-svn: 312155
parent df7de197
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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