Files
clang-p2996/clang/test/Frontend
Aaron Ballman 76bb9633a7 No longer assert when using noderef on an _Atomic type (#116237)
When filling out the type locations for a declarator, we handled atomic
types and we handled noderef types, but we didn't handle atomic noderef
types.

Fixes #116124
2024-11-14 11:29:52 -05:00
..