Skip to content

Commit d6c7f87

Browse files
committed
ReleaseNotes: fixes
llvm-svn: 370360
1 parent 78ecdd5 commit d6c7f87

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Windows Support
8989
C Language Changes in Clang
9090
---------------------------
9191

92-
- ``__FILE_NAME__`` macro has been added as a Clang specific extension supported
92+
- The ``__FILE_NAME__`` macro has been added as a Clang specific extension supported
9393
in all C-family languages. This macro is similar to ``__FILE__`` except it
9494
will always provide the last path component when possible.
9595

@@ -117,7 +117,7 @@ Objective-C Language Changes in Clang
117117

118118
- Fixed encoding of ObjC pointer types that are pointers to typedefs.
119119

120-
.. code-block:: objc
120+
.. code-block:: objc
121121
122122
typedef NSArray<NSObject *> MyArray;
123123
@@ -251,15 +251,15 @@ clang-format
251251

252252
- Add language support for clang-formatting C# files.
253253
- Add Microsoft coding style to encapsulate default C# formatting style.
254-
- Added new option `PPDIS_BeforeHash` (in configuration: `BeforeHash`) to
255-
`IndentPPDirectives` which indents preprocessor directives before the hash.
256-
- Added new option `AlignConsecutiveMacros` to align the C/C++ preprocessor
254+
- Added new option ``PPDIS_BeforeHash`` (in configuration: ``BeforeHash``) to
255+
``IndentPPDirectives`` which indents preprocessor directives before the hash.
256+
- Added new option ``AlignConsecutiveMacros`` to align the C/C++ preprocessor
257257
macros of consecutive lines.
258258

259259
libclang
260260
--------
261261

262-
- When `CINDEXTEST_INCLUDE_ATTRIBUTED_TYPES` is not provided when making a
262+
- When ``CINDEXTEST_INCLUDE_ATTRIBUTED_TYPES`` is not provided when making a
263263
CXType, the equivalent type of the AttributedType is returned instead of the
264264
modified type if the user does not want attribute sugar. The equivalent type
265265
represents the minimally-desugared type which the AttributedType is
@@ -270,26 +270,26 @@ Static Analyzer
270270
---------------
271271

272272
- Fixed a bug where an incorrect checker name would be displayed for a bug
273-
report.`
273+
report.
274274

275-
- New checker: 'security.insecureAPI.DeprecatedOrUnsafeBufferHandling' to detect
275+
- New checker: ``security.insecureAPI.DeprecatedOrUnsafeBufferHandling`` to detect
276276
uses of unsafe/deprecated buffer handling functions for C code using the C11
277277
standard or newer.
278278

279-
- New checker: 'osx.MIGChecker' to find violations of the Mach Interface
279+
- New checker: ``osx.MIGChecker`` to find violations of the Mach Interface
280280
Generator calling convention
281281

282-
- New checker: 'optin.osx.OSObjectCStyleCast' to find C-style casts of of XNU
282+
- New checker: ``optin.osx.OSObjectCStyleCast`` to find C-style casts of of XNU
283283
libkern OSObjects
284284

285-
- New package: 'apiModeling.llvm' contains modeling checkers to improve the
285+
- New package: ``apiModeling.llvm`` contains modeling checkers to improve the
286286
accuracy of reports on LLVM's own codebase.
287287

288-
- The Static Analyzer received a
288+
- The Static Analyzer received
289289
:ref:`developer documentation <clang-static-analyzer-docs>`.
290290

291291
- The UninitializedObject checker is now considered as stable.
292-
(moved from the 'alpha.cplusplus' to the 'optin.cplusplus' package)
292+
(moved from the ``alpha.cplusplus`` to the ``optin.cplusplus`` package)
293293

294294
- New frontend flags: The list of available checkers are now split into 3
295295
different frontend flags:

0 commit comments

Comments
 (0)