[clang] [Clang] Avoid querying tag definitions for invalid DeclSpecs (PR #210085)
Tony Guillot via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 23 05:23:36 PDT 2026
================
@@ -371,6 +371,9 @@ features cannot lower the translation-unit ABI level;
#### Miscellaneous Clang Crashes Fixed
+- Fixed a crash when parsing invalid C++ declarations that combine `auto` with
----------------
to268 wrote:
Remove the release notes entry, since this is a trunk regression.
This would need to be cherry picked on the release branch after merging the PR.
https://github.com/llvm/llvm-project/pull/210085
More information about the cfe-commits
mailing list