diff options
author | Sean Callanan <scallanan@apple.com> | 2011-12-16 00:20:31 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2011-12-16 00:20:31 +0000 |
commit | caa69f057058e5d05a3175d73b8664de76f2e5a2 (patch) | |
tree | f0f7b1e3c0f5a1bb67c85b8b4d0d0e00e3a25c31 /lldb/test/python_api/process/main.cpp | |
parent | 4a29971f0254f3671480e2f5abb1a3f5d594946d (diff) | |
download | bcm5719-llvm-caa69f057058e5d05a3175d73b8664de76f2e5a2.tar.gz bcm5719-llvm-caa69f057058e5d05a3175d73b8664de76f2e5a2.zip |
Sema::RequireCompleteType currently attempts to
instantiate a class from its template pattern
before it consults the ExternalASTSource. LLDB
in particular will sometimes provide patterns
that need to be completed first.
To make this possible, I have moved the
completion before the code that does the
instantiation, allowing the ExternalASTSource
to provide the required information.
llvm-svn: 146715
Diffstat (limited to 'lldb/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions