Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYitzhak Mandelbaum <yitzhakm@google.com>2022-09-30 17:53:07 +0300
committerYitzhak Mandelbaum <yitzhakm@google.com>2022-09-30 17:53:18 +0300
commit40f5c634bc991510427e274ba49d4c56f29ef593 (patch)
tree1fcfcce55b368d668193bb9e10902693f2fd36ab /clang-tools-extra
parentba8e2cb90d6ff7e2347d0f393cd66e740974d1cd (diff)
[NFC] Fix for doc typo in commit 9a4e52ebeb6d
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index c47f986e4021..9447cbfba73e 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -150,7 +150,7 @@ Changes in existing checks
c++11-or-later.
- Change the default behavior of :doc:`readability-avoid-const-params-in-decls
- <clang-tidy/checks/readability-avoid-const-params-in-decls>` to not
+ <clang-tidy/checks/readability/avoid-const-params-in-decls>` to not
warn about `const` value parameters of declarations inside macros.
Removed checks