Author: Aaron Ballman Date: 2023-10-23T08:08:50-04:00 New Revision: 596b59883d49efc7f41f05ebcae8b4f77e6792ef
URL: https://github.com/llvm/llvm-project/commit/596b59883d49efc7f41f05ebcae8b4f77e6792ef DIFF: https://github.com/llvm/llvm-project/commit/596b59883d49efc7f41f05ebcae8b4f77e6792ef.diff LOG: Fix Clang sphinx build Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3c013835d0b35e9..39e9b9998aa662c 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -364,6 +364,7 @@ Improvements to Clang's diagnostics following code .. code-block:: cpp + struct Foo { operator int(); operator const char*(); _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits