[Lldb-commits] [PATCH] D59826: [expression] Explicitly build the lookup table of any TagDecl's context
Gabor Marton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 3 01:48:38 PDT 2019
martong added a comment.
In D59826#1451536 <https://reviews.llvm.org/D59826#1451536>, @clayborg wrote:
> Any way to dump the AST in a test to verify we don't create multiple?
I think I might be able to use the `log` object to dump the AST and then from python it would be possible to check for duplicates. Is that a good direction?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59826/new/
https://reviews.llvm.org/D59826
More information about the lldb-commits
mailing list