[Lldb-commits] [PATCH] D66546: Extend FindTypes w/ CompilerContext to allow filtering by language
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 11:07:14 PDT 2019
aprantl added a comment.
In D66546#1641534 <https://reviews.llvm.org/D66546#1641534>, @aprantl wrote:
> No, the most "expensive" function is ClangASTContext::GetSupportedLanguagesForTypes() which is called once by the ClangASTContext constructor.
... "expensive" in quotes, because a sufficiently smart compiler should optimize it into returning a 64-bit constant.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66546/new/
https://reviews.llvm.org/D66546
More information about the lldb-commits
mailing list