Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions clang/docs/ClangFormatStyleOptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,6 @@ the configuration (without a prefix: ``Auto``).
* ``Chromium``
A style complying with `Chromium's style guide
<https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/styleguide.md>`_
* ``Mozilla``
A style complying with `Mozilla's style guide
<https://firefox-source-docs.mozilla.org/code-quality/coding-style/index.html>`_
* ``WebKit``
A style complying with `WebKit's style guide
<https://www.webkit.org/coding/coding-style.html>`_
Expand All @@ -175,6 +172,8 @@ the configuration (without a prefix: ``Auto``).
* ``GNU``
A style complying with the `GNU coding standards
<https://www.gnu.org/prep/standards/standards.html>`_
* ``Mozilla``
The Mozilla coding style is deprecated upstream and retained for legacy support.
* ``InheritParentConfig``
Not a real style, but allows to use the ``.clang-format`` file from the
parent directory (or its parent if there is none). If there is no parent
Expand Down
6 changes: 3 additions & 3 deletions clang/www/related.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ <h1>Clang Related Projects</h1>
</p>
</dd>

<dt>DXR</dt>
<dt>searchfox</dt>
<dd>
<p>
<b>Site:</b>
<a href="https://github.com/mozilla/dxr#dxr">https://github.com/mozilla/dxr</a>
<a href="https://github.com/mozsearch/mozsearch">https://github.com/mozsearch/mozsearch</a>
</p>
<p>
DXR is a code search and navigation tool aimed at making sense of large projects like Firefox. It supports full-text and regex searches as well as structural queries like "Find all the callers of this function."
Searchfox is Mozilla's successor to DXR'a fast code search and navigation tool designed to help you explore and understand large codebases like Firefox. It offers full-text and regex searches, as well as structural queries such as "Find all the callers of this function."
</p>
</dd>

Expand Down
Loading