[clang-tools-extra] 9f5951f - [clang-tidy] Fix AST Library documentation link
Piotr Zegar via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 9 01:48:20 PDT 2023
Author: Jorge Pinto Sousa
Date: 2023-04-09T08:47:54Z
New Revision: 9f5951f11a0ef3227077d5a47b62e8842655fbd8
URL: https://github.com/llvm/llvm-project/commit/9f5951f11a0ef3227077d5a47b62e8842655fbd8
DIFF: https://github.com/llvm/llvm-project/commit/9f5951f11a0ef3227077d5a47b62e8842655fbd8.diff
LOG: [clang-tidy] Fix AST Library documentation link
The link was pointing to the 'Lexer and Preprocessor Library'
instead.
Reviewed By: PiotrZSL
Differential Revision: https://reviews.llvm.org/D147874
Added:
Modified:
clang-tools-extra/docs/clang-tidy/Contributing.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/clang-tidy/Contributing.rst b/clang-tools-extra/docs/clang-tidy/Contributing.rst
index 0014bb23aee4f..c4b93927eae23 100644
--- a/clang-tools-extra/docs/clang-tidy/Contributing.rst
+++ b/clang-tools-extra/docs/clang-tidy/Contributing.rst
@@ -278,7 +278,7 @@ are:
for information about tokens, lexing (transforming characters into tokens) and the
preprocessor.
- `The AST Library
- <https://clang.llvm.org/docs/InternalsManual.html#the-lexer-and-preprocessor-library>`_
+ <https://clang.llvm.org/docs/InternalsManual.html#the-ast-library>`_
for information about how C++ source statements are represented as an abstract syntax
tree (AST).
More information about the cfe-commits
mailing list