Skip to content

Commit b225852

Browse files
committed
[clang][docs] Fix docs-clang-html.
I observed that docs-clang-html is failing since llvm#142158, Warning, treated as error: tools/clang/docs/DiagnosticsReference.rst:18000:Unexpected indentation. ninja: build stopped: subcommand failed. Adding an extra empty line here fixes the build.
1 parent c5a56f7 commit b225852

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/include/clang/Basic/DiagnosticGroups.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ As well as one of the following:
821821

822822
The warning can be resolved by removing one of the conditions above. In rough
823823
order of preference, this may be done by:
824+
824825
1. Marking the object ``const`` (if possible)
825826
2. Moving the object's definition to a source file
826827
3. Giving the object non-hidden visibility, e.g. using ``__attribute((visibility("default")))``.

0 commit comments

Comments
 (0)