llvm-project/clang/test/CXX/basic
Richard Smith 0c42539df3 Improve error recovery from missing '>' in template argument list.
Produce the conventional "to match this '<'" note, so that the user
knows why we expected a '>', and properly handle '>>' in C++11 onwards.
2020-03-27 18:59:01 -07:00
..
basic.def
basic.def.odr C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue conversion applied to a member access or similar not-quite-trivial lvalue expression. 2019-06-14 17:46:37 +00:00
basic.link [c++2a] Add semantic support for private module fragments. 2019-04-18 21:12:54 +00:00
basic.lookup Improve error recovery from missing '>' in template argument list. 2020-03-27 18:59:01 -07:00
basic.scope [c++2a] Improve diagnostic for use of declaration from another TU's 2019-04-18 00:56:58 +00:00
basic.start
basic.stc/basic.stc.dynamic
basic.types