[PATCH] D147874: [clang-tidy] Fix AST Library documentation link

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 9 01:48:27 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9f5951f11a0e: [clang-tidy] Fix AST Library documentation link (authored by sousajo, committed by PiotrZSL).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147874/new/

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.511964.patch
Type: text/x-patch
Size: 648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230409/0e5f04df/attachment-0001.bin>


More information about the cfe-commits mailing list