aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorcor3ntin <corentinjabot@gmail.com>2024-03-04 15:16:46 +0100
committerGitHub <noreply@github.com>2024-03-04 15:16:46 +0100
commit1e429ff1439e0b26f4299faa8a29ed1947743fa3 (patch)
treefe3f7c8c29fdce4b7f8a419bfce09f4534626887 /clang/docs
parentb3c2c5a834b32fad1f24aad074d1b4cf719f69f5 (diff)
downloadllvm-1e429ff1439e0b26f4299faa8a29ed1947743fa3.zip
llvm-1e429ff1439e0b26f4299faa8a29ed1947743fa3.tar.gz
llvm-1e429ff1439e0b26f4299faa8a29ed1947743fa3.tar.bz2
[Clang][Docs] Fix issue number
Fix typo introduced by 6e36cebc17417f88e70b4e87c9f177036b1443f4
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c239c97..4797546 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