Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D114609  
[clang] Fix crash on broken parameter declarators ClosedPublic Authored by kadircet on Nov 25 2021, 11:12 AM. 
Details 
Diff Detail 
 Event TimelineThis revision is now accepted and ready to land.Nov 26 2021, 1:12 AM Closed by commit rGd026f2f7c688: [clang] Fix crash on broken parameter declarators (authored by kadircet).  ·  Explain WhyNov 26 2021, 2:04 AM This revision was automatically updated to reflect the committed changes. kadircet marked 2 inline comments as done. 
Revision Contents 
 
 
 
Diff 389851 clang/lib/Parse/ParseDecl.cpp
 
 clang/test/Parser/cxx-decltype-parameter.cpp
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
I'd place this test in Parser/cxx-keyword-identifiers.cpp since the crash is in the relevant code path.