[lldb-dev] Supporting class templates in the expression parser

Douglas Gregor dgregor at apple.com
Wed Dec 1 07:45:39 PST 2010


On Nov 30, 2010, at 6:36 PM, Douglas Gregor wrote:
> I suspect we'll have to add another callback to ExternalASTSource that lets LLDB look for specializations when one is requested, e.g., when Clang parses "vector<int>", LLDB needs to get the chance to look for that specialization in the DWARF entries. 

Actually, scratch that; between the callbacks for completing a type and the callbacks for lookup into a DeclContext, LLDB should have everything it needs already.

	- Doug



More information about the lldb-dev mailing list