llvm-project/clang/test/CXX/expr/expr.prim
Nicolas Lesser 4848f3bf2f [C++2a] P0634r3: Down with typename!
This patch implements P0634r3 that removes the need for 'typename' in certain contexts.

For example,

```
template <typename T>
using foo = T::type; // ok
```

This is also allowed in previous language versions as an extension, because I think it's pretty useful. :)

Reviewed By: #clang-language-wg, erichkeane

Differential Revision: https://reviews.llvm.org/D53847
2022-09-28 09:50:19 -07:00
..
expr.prim.general
expr.prim.id Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
expr.prim.lambda [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
expr.prim.req [C++2a] P0634r3: Down with typename! 2022-09-28 09:50:19 -07:00