[clang-tools-extra] ddfcda0 - [clang-tidy] Fix warning from my previous patch in ReleaseNotes.txt
Paula Toth via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 10 14:02:34 PDT 2020
Author: Paula Toth
Date: 2020-03-10T14:01:23-07:00
New Revision: ddfcda0256ca231499614742cce1b66db056dc2a
URL: https://github.com/llvm/llvm-project/commit/ddfcda0256ca231499614742cce1b66db056dc2a
DIFF: https://github.com/llvm/llvm-project/commit/ddfcda0256ca231499614742cce1b66db056dc2a.diff
LOG: [clang-tidy] Fix warning from my previous patch in ReleaseNotes.txt
Added:
Modified:
clang-tools-extra/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 68ca5f61a4fa..aa777ce50cf5 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -134,7 +134,7 @@ Renamed checks
^^^^^^^^^^^^^^
- The 'fuchsia-restrict-system-headers' check was renamed to :doc:`portability-restrict-system-includes
- <clang-tidy/checks/portability-restrict-system-includes>
+ <clang-tidy/checks/portability-restrict-system-includes>`
Improvements to include-fixer
-----------------------------
More information about the cfe-commits
mailing list