Author: cor3ntin Date: 2024-03-04T15:16:46+01:00 New Revision: 1e429ff1439e0b26f4299faa8a29ed1947743fa3
URL: https://github.com/llvm/llvm-project/commit/1e429ff1439e0b26f4299faa8a29ed1947743fa3 DIFF: https://github.com/llvm/llvm-project/commit/1e429ff1439e0b26f4299faa8a29ed1947743fa3.diff LOG: [Clang][Docs] Fix issue number Fix typo introduced by 6e36cebc17417f88e70b4e87c9f177036b1443f4 Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c239c97f7afc91..4797546f2891ce 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -292,7 +292,7 @@ Bug Fixes to C++ Support - Clang now properly diagnoses missing 'default' template arguments on a variety of templates. Previously we were diagnosing on any non-function template instead of only on class, alias, and variable templates, as last updated by - CWG2032. Fixes (#GH#83461) + CWG2032. Fixes (#GH83461) Bug Fixes to AST Handling _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits