Skip to content

Commit

Permalink
[clang] fix intendation in newly added release note
Browse files Browse the repository at this point in the history
This fixes the llvm docs build bot.
  • Loading branch information
hyp committed Feb 23, 2023
1 parent 5934394 commit 21631b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clang/docs/ReleaseNotes.rst
Expand Up @@ -128,10 +128,10 @@ Attribute Changes in Clang
the attributes on ``__declspec`` was ignored, while now it will be forwarded to the
point where the alias is used.
- Introduced a new ``USR`` (unified symbol resolution) clause inside of the
existing ``__attribute__((external_source_symbol))`` attribute. Clang's indexer
uses the optional USR value when indexing Clang's AST. This value is expected
to be generated by an external compiler when generating C++ bindings during
the compilation of the foreign language sources (e.g. Swift).
existing ``__attribute__((external_source_symbol))`` attribute. Clang's indexer
uses the optional USR value when indexing Clang's AST. This value is expected
to be generated by an external compiler when generating C++ bindings during
the compilation of the foreign language sources (e.g. Swift).

Improvements to Clang's diagnostics
-----------------------------------
Expand Down

0 comments on commit 21631b5

Please sign in to comment.