[clang-tools-extra] [clang-tidy][doc][NFC] extract common global options in doc (PR #119842)

Congcong Cai via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 13 16:06:32 PST 2024


================
@@ -10,6 +10,7 @@ See also:
    :maxdepth: 1
 
    The list of clang-tidy checks <checks/list>
+   The list of clang-tidy global options <GlobalOptions>
    Clang-tidy IDE/Editor Integrations <Integrations>
    Getting Involved <Contributing>
    External Clang-Tidy Examples <ExternalClang-TidyExamples>
----------------
HerrCai0907 wrote:

I think the root cause is the style of titles. Some titles uppercase each word some not.
It looks like in clang/docs, most of rst files' titles use uppercase each word.

https://github.com/llvm/llvm-project/pull/119842


More information about the cfe-commits mailing list