llvm-project/clang/test/CXX/basic/basic.lookup
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
..
basic.lookup.argdep [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
basic.lookup.classref
basic.lookup.elab
basic.lookup.qual [C++2a] P0634r3: Down with typename! 2022-09-28 09:50:19 -07:00
basic.lookup.udir
basic.lookup.unqual