[clang] [clang][docs] Fix typo in -fapinote-modules option. (PR #145907)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 26 07:51:15 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Ryan Mansfield (rjmansfield)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/145907.diff


1 Files Affected:

- (modified) clang/docs/APINotes.rst (+1-1) 


``````````diff
diff --git a/clang/docs/APINotes.rst b/clang/docs/APINotes.rst
index d20c4f9b5ba84..e5ec154237b0d 100644
--- a/clang/docs/APINotes.rst
+++ b/clang/docs/APINotes.rst
@@ -42,7 +42,7 @@ PrivateHeaders directory as well, though it does not need an additional
 "_private" suffix on its name.
 
 Clang will search for API notes files next to module maps only when passed the
-``-fapi-notes-modules`` option.
+``-fapinotes-modules`` option.
 
 
 Limitations

``````````

</details>


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


More information about the cfe-commits mailing list