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).
 


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).
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to