aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Brachet <abrachet@google.com>2023-05-30 18:21:36 +0000
committerAlex Brachet <abrachet@google.com>2023-05-30 18:22:26 +0000
commit54d45ddc89f1e2d3250b4d5093bea28e6e475cb7 (patch)
tree4163b61b9c6194c14ac44440d6784771e9cbc000
parentfbea5aada14315da14c2e296831b1cb1cc1ddd61 (diff)
downloadllvm-54d45ddc89f1e2d3250b4d5093bea28e6e475cb7.zip
llvm-54d45ddc89f1e2d3250b4d5093bea28e6e475cb7.tar.gz
llvm-54d45ddc89f1e2d3250b4d5093bea28e6e475cb7.tar.bz2
[clang-tidy][docs] Fix link to libc style guide
Differential Revision: https://reviews.llvm.org/D151502
-rw-r--r--clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h b/clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
index 85d87a5..662a592 100644
--- a/clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
+++ b/clang-tools-extra/clang-tidy/llvmlibc/InlineFunctionDeclCheck.h
@@ -18,7 +18,7 @@ namespace clang::tidy::llvm_libc {
/// are tagged with the LIBC_INLINE macro.
///
/// For more information about the LIBC_INLINE macro, see
-/// https://libc.llvm.org/code_style.html.
+/// https://libc.llvm.org/dev/code_style.html.
///
/// For the user-facing documentation see:
/// http://clang.llvm.org/extra/clang-tidy/checks/llvmlibc/inline-function-decl-check.html
diff --git a/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst b/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst
index da60a1f..101217b 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/llvmlibc/inline-function-decl.rst
@@ -5,4 +5,4 @@ llvmlibc-inline-function-decl
Checks that all implicit and explicit inline functions in header files are
tagged with the ``LIBC_INLINE`` macro. See the `libc style guide
-<https://libc.llvm.org/code_style.html>`_ for more information about this macro.
+<https://libc.llvm.org/dev/code_style.html>`_ for more information about this macro.