r363521 - [docs] Fix another bot error by setting highlight language of objc code-block to objc instead of c++.
Don Hinton via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 16 12:15:04 PDT 2019
Author: dhinton
Date: Sun Jun 16 12:15:04 2019
New Revision: 363521
URL: http://llvm.org/viewvc/llvm-project?rev=363521&view=rev
Log:
[docs] Fix another bot error by setting highlight language of objc code-block to objc instead of c++.
Modified:
cfe/trunk/docs/ReleaseNotes.rst
Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=363521&r1=363520&r2=363521&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sun Jun 16 12:15:04 2019
@@ -127,7 +127,7 @@ Objective-C Language Changes in Clang
- Fixed encoding of ObjC pointer types that are pointers to typedefs.
-.. code-block:: c++
+.. code-block:: objc
typedef NSArray<NSObject *> MyArray;
More information about the cfe-commits
mailing list