From: Jorge Pinto Sousa Date: Sun, 9 Apr 2023 08:45:07 +0000 (+0000) Subject: [clang-tidy] Fix AST Library documentation link X-Git-Tag: upstream/17.0.6~12226 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f5951f11a0ef3227077d5a47b62e8842655fbd8;p=platform%2Fupstream%2Fllvm.git [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 --- 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).