[all-commits] [llvm/llvm-project] 4a1883: [clang] fix error recovery for invalid nested name...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Wed Sep 3 16:08:39 PDT 2025
Branch: refs/heads/users/mizvekov/GH156458
Home: https://github.com/llvm/llvm-project
Commit: 4a1883109e17c483e9c7a14959bb7e0df675c6ab
https://github.com/llvm/llvm-project/commit/4a1883109e17c483e9c7a14959bb7e0df675c6ab
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Sema/SemaCXXScopeSpec.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
A clang/test/SemaCXX/GH156458.cpp
Log Message:
-----------
[clang] fix error recovery for invalid nested name specifiers
This fixes a regression which was introduced in #147835.
Since this regression was never released, there are no release notes.
Fixes #156458
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list