diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-02-15 21:48:09 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2019-02-15 21:48:09 +0000 |
commit | 35b007e9a9f272d8570ec1009e1e7cb0aa064600 (patch) | |
tree | 2d3bb60b225aa6c93568a8baf5f2a2a3b8001e3c /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | a2d9fdf5b65ab1b17409d7a7eae74802cb569c5d (diff) | |
download | bcm5719-llvm-35b007e9a9f272d8570ec1009e1e7cb0aa064600.tar.gz bcm5719-llvm-35b007e9a9f272d8570ec1009e1e7cb0aa064600.zip |
Fix AST generated for a class template to connect the class inside a
class template back to the template.
Previously, when the ASTImporter imported the class, it didn't know that
it was the pattern of a class template, so made the class a name lookup
result for the name of the template, resulting in ambiguity errors when
naming the template.
Due to a clang bug (fixed in r354091, reverted and soon to be
re-committed), ambiguity errors between a template and a non-template
were previously not diagnosed. Once r354091 is re-committed, this will
be covered by existing lldb tests.
llvm-svn: 354173
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
0 files changed, 0 insertions, 0 deletions