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