[libc-commits] [PATCH] D110559: Test branch commit, please ignore
CJ Johnson via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Sep 27 08:27:59 PDT 2021
CJ-Johnson created this revision.
CJ-Johnson added a reviewer: CJ-Johnson.
Herald added a project: libc-project.
Herald added a subscriber: libc-commits.
CJ-Johnson requested review of this revision.
Trying a second time to understand git commands :)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110559
Files:
libc/docs/clang_tidy_checks.rst
Index: libc/docs/clang_tidy_checks.rst
===================================================================
--- libc/docs/clang_tidy_checks.rst
+++ libc/docs/clang_tidy_checks.rst
@@ -14,8 +14,16 @@
standard outlines function prototypes and behaviors but doesn’t define
underlying implementation details such as the layout of a struct.
-This check prevents accidental inclusion of system libc headers when writing a
-libc implementation.
+Extra
+
+Lines
+
+To
+
+Visualize
+
+This check prevents accidental inclusion of system libc headers when writing an
+llvm-libc implementation.
.. code-block:: c++
@@ -67,6 +75,8 @@
This check ensures any function call resolves to a function within the
__llvm_libc namespace.
+To
+
.. code-block:: c++
namespace __llvm_libc {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110559.375279.patch
Type: text/x-patch
Size: 787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210927/666aceb1/attachment.bin>
More information about the libc-commits
mailing list