[libc-commits] [PATCH] D110554: Test arc diff message, please ignore

CJ Johnson via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Sep 27 08:04:40 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 just for me to learn the process of creating and editing a diff from the command line, since last time I was copy-pasting into the UI


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110554

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


More information about the libc-commits mailing list