[PATCH] D61256: [clang-format][docs] Fix the Google C++ and Chromium style guide URLs

Mateusz Maćkowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 03:30:20 PDT 2019


m4tx created this revision.
m4tx added reviewers: djasper, MyDeveloperDay.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

The Google C++ and Chromium style guides are broken in the clang-format docs. This patch updates them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61256

Files:
  clang/docs/ClangFormatStyleOptions.rst


Index: clang/docs/ClangFormatStyleOptions.rst
===================================================================
--- clang/docs/ClangFormatStyleOptions.rst
+++ clang/docs/ClangFormatStyleOptions.rst
@@ -138,10 +138,10 @@
     <https://llvm.org/docs/CodingStandards.html>`_
   * ``Google``
     A style complying with `Google's C++ style guide
-    <http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml>`_
+    <https://google.github.io/styleguide/cppguide.html>`_
   * ``Chromium``
     A style complying with `Chromium's style guide
-    <https://www.chromium.org/developers/coding-style>`_
+    <https://chromium.googlesource.com/chromium/src/+/master/styleguide/styleguide.md>`_
   * ``Mozilla``
     A style complying with `Mozilla's style guide
     <https://developer.mozilla.org/en-US/docs/Developer_Guide/Coding_Style>`_


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61256.197078.patch
Type: text/x-patch
Size: 840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190429/f31b1d8a/attachment.bin>


More information about the cfe-commits mailing list