https://github.com/qinkunbao created https://github.com/llvm/llvm-project/pull/142180
Reverts llvm/llvm-project#142168 >From f981d2ede98876d7b5bc8b3ee12a35fa4d99dcf7 Mon Sep 17 00:00:00 2001 From: Qinkun Bao <[email protected]> Date: Fri, 30 May 2025 12:10:48 -0400 Subject: [PATCH] Revert "[Doc][NFC] Fix a typo in SanitizerSpecialCaseList doc. (#142168)" This reverts commit 6a47241c9983c46d805034821f04c34a475a254f. --- clang/docs/SanitizerSpecialCaseList.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/SanitizerSpecialCaseList.rst b/clang/docs/SanitizerSpecialCaseList.rst index 6f924cfa97a97..b82db78a9203c 100644 --- a/clang/docs/SanitizerSpecialCaseList.rst +++ b/clang/docs/SanitizerSpecialCaseList.rst @@ -102,7 +102,7 @@ supported sanitizers. char c = toobig; // also not instrumented } -If multiple entries match the source, then the latest entry takes the +If multiple entries match the source, than the latest entry takes the precedence. .. code-block:: bash _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
