llvm-project
Reject auto combined with type specifiers in C++
#208552
Merged

Reject auto combined with type specifiers in C++ #208552

to268 merged 13 commits into llvm:main from osamakader:fix-auto-with-type
osamakader
osamakader Fix handling of 'auto' type specifier conflicts
a128440c
osamakader Add more auto type tests, and some refactoring
62427306
osamakader Fix DeclSpec merge conflict
acc73a94
osamakader Fix format error
3d6cbf27
osamakader Reordering constructor initializers to match member declaration order
a05bf5b1
osamakader clean up ParseDecl auto type part
831742d6
osamakader use since-cxx11-error for auto type in cwg3xx.cpp test
a699ab5a
osamakader refactor conflicting type tracking
21546b0f
osamakader add c2x auto with typedef specifier
864546f3
osamakader add release note - reject auto with type spec in c++
1d23c895
osamakader update clang/test/CXX/dcl/dcl.fct/p17.cpp expectation
83f492a2
osamakader Fix auto Use regression
4c6d1082
osamakader osamakader requested a review from Endilll Endilll 19 days ago
osamakader osamakader changed the title Fix auto with type Fix auto with type in modern C++ 19 days ago
to268 to268 requested a review from to268 to268 19 days ago
to268
to268 commented on 2026-07-09
Endilll
Endilll commented on 2026-07-10
osamakader fix tests indentations
b3428dcc
osamakader osamakader changed the title Fix auto with type in modern C++ Reject auto combined with type specifiers in C++ 18 days ago
osamakader osamakader requested a review from Endilll Endilll 18 days ago
osamakader osamakader requested a review from to268 to268 18 days ago
osamakader
Endilll
Endilll commented on 2026-07-10
to268
to268 approved these changes on 2026-07-10
to268 to268 merged 72af746a into main 17 days ago
to268
vangthao95
vangthao95 commented on 2026-07-16

Login to write a write a comment.

Login via GitHub

Assignees
No one assigned
Labels
Milestone