diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-11 02:43:08 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-05-11 02:43:08 +0000 |
commit | 7981004eb7bdb6db6c3a1f7bc644acca997dc53f (patch) | |
tree | f57396e21aafc9c14f35bed1d2ddbf600f8122b5 /llvm/lib/Support/Parallel.cpp | |
parent | 82de4e6b9337d55e66b80d1b4c82dd7c413fe8e3 (diff) | |
download | llvm-7981004eb7bdb6db6c3a1f7bc644acca997dc53f.zip llvm-7981004eb7bdb6db6c3a1f7bc644acca997dc53f.tar.gz llvm-7981004eb7bdb6db6c3a1f7bc644acca997dc53f.tar.bz2 |
Improve diagnostics and error recovery for template name lookup.
For 'x::template y', consistently give a "no member named 'y' in 'x'"
diagnostic if there is no such member, and give a 'template keyword not
followed by a template' name error if there is such a member but it's not a
template. In the latter case, add a note pointing at the non-template.
Don't suggest inserting a 'template' keyword in 'X::Y<' if X is dependent
if the lookup of X::Y was actually not a dependent lookup and found only
non-templates.
llvm-svn: 332076
Diffstat (limited to 'llvm/lib/Support/Parallel.cpp')
0 files changed, 0 insertions, 0 deletions