[PATCH] D147874: [clang-tidy] Fix AST Library documentation link
Jorge Pinto Sousa via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Apr 9 01:07:52 PDT 2023
sousajo created this revision.
sousajo added reviewers: LegalizeAdulthood, vtjnash.
Herald added subscribers: PiotrZSL, xazax.hun.
Herald added a reviewer: njames93.
Herald added a project: All.
sousajo requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
The link was pointing to the 'Lexer and Preprocessor Library'
instead.
https://reviews.llvm.org/D147874
Files:
clang-tools-extra/docs/clang-tidy/Contributing.rst
Index: clang-tools-extra/docs/clang-tidy/Contributing.rst
===================================================================
--- clang-tools-extra/docs/clang-tidy/Contributing.rst
+++ clang-tools-extra/docs/clang-tidy/Contributing.rst
@@ -278,7 +278,7 @@
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).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147874.511961.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230409/9fd01e5b/attachment.bin>
More information about the cfe-commits
mailing list