[all-commits] [llvm/llvm-project] 317476: [Docs] Fix code-blocks missing a colon and a newline
Roger Ferrer Ibáñez via All-commits
all-commits at lists.llvm.org
Thu Jul 27 22:39:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 31747668aaaa325227013e4cdd2c7aa185110485
https://github.com/llvm/llvm-project/commit/31747668aaaa325227013e4cdd2c7aa185110485
Author: Roger Ferrer Ibanez <roger.ferrer at bsc.es>
Date: 2023-07-28 (Fri, 28 Jul 2023)
Changed paths:
M clang-tools-extra/docs/clang-tidy/checks/bugprone/bad-signal-to-kill-thread.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/spuriously-wake-up-functions.rst
M clang-tools-extra/docs/clang-tidy/checks/concurrency/thread-canceltype-asynchronous.rst
M clang/include/clang/Basic/AttrDocs.td
M clang/include/clang/Basic/DiagnosticGroups.td
M llvm/docs/ORCv2.rst
Log Message:
-----------
[Docs] Fix code-blocks missing a colon and a newline
Fix syntax issues in the reStructuredText file that prevented rendering them.
Differential Revision: https://reviews.llvm.org/D156438
More information about the All-commits
mailing list