From 9f5951f11a0ef3227077d5a47b62e8842655fbd8 Mon Sep 17 00:00:00 2001 From: Jorge Pinto Sousa Date: Sun, 9 Apr 2023 08:45:07 +0000 Subject: [PATCH] [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 --- clang-tools-extra/docs/clang-tidy/Contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clang-tidy/Contributing.rst b/clang-tools-extra/docs/clang-tidy/Contributing.rst index 0014bb2..c4b9392 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 - `_ + `_ for information about how C++ source statements are represented as an abstract syntax tree (AST). -- 2.7.4