Skip to content

Commit

Permalink
[clang-tidy] Fix AST Library documentation link
Browse files Browse the repository at this point in the history
The link was pointing to the 'Lexer and Preprocessor Library'
instead.

Reviewed By: PiotrZSL

Differential Revision: https://reviews.llvm.org/D147874
  • Loading branch information
sousajo-cc authored and PiotrZSL committed Apr 9, 2023
1 parent 620e011 commit 9f5951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang-tools-extra/docs/clang-tidy/Contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 9f5951f

Please sign in to comment.