[libc-commits] [PATCH] D110562: Test diff, please ignore. Trying for a third time!

CJ Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 27 09:19:48 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.

This is my third attempt at phabricator


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110562

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: D110562.375297.patch
Type: text/x-patch
Size: 787 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210927/4f9b8a03/attachment.bin>


More information about the libc-commits mailing list