diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c239c97f7afc9..4797546f2891c 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