Author: Owen Pan Date: 2023-12-30T01:32:10-08:00 New Revision: bd3d358ec68f686a280ae628f9074fdff1f10fe9
URL: https://github.com/llvm/llvm-project/commit/bd3d358ec68f686a280ae628f9074fdff1f10fe9 DIFF: https://github.com/llvm/llvm-project/commit/bd3d358ec68f686a280ae628f9074fdff1f10fe9.diff LOG: [clang-format][doc] Add the link to POSIX 2.13 Added: Modified: clang/docs/ClangFormat.rst Removed: ################################################################################ diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst index 158a14af39732e..8d4017b29fb8ee 100644 --- a/clang/docs/ClangFormat.rst +++ b/clang/docs/ClangFormat.rst @@ -142,8 +142,9 @@ names. It has the following format: * The slash (``/``) is used as the directory separator. * A pattern is relative to the directory of the ``.clang-format-ignore`` file (or the root directory if the pattern starts with a slash). -* Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of - 2.13.3. +* Patterns follow the rules specified in `POSIX 2.13.1, 2.13.2, and Rule 1 of + 2.13.3 <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ + V3_chap02.html#tag_18_13>`_. * A pattern is negated if it starts with a bang (``!``). To match all files in a directory, use e.g. ``foo/bar/*``. To match all files in _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits