llvm-project/lldb/unittests/Symbol
Adrian Prantl 330ae19a1a Generalize FindTypes with CompilerContext to support fuzzy lookup
This patch generalizes the FindTypes with CompilerContext interface to
support looking up a type of unknown kind by name, as well as looking
up a type inside an unspecified submodule. These features are
motivated by the Swift branch, but are fully tested via unit tests and
lldb-test on llvm.org.  Specifically, this patch adds an AnyModule and
an AnyType CompilerContext kind.

Differential Revision: https://reviews.llvm.org/D66507

rdar://problem/54471165

llvm-svn: 369555
2019-08-21 18:06:56 +00:00
..
Inputs unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
CMakeLists.txt unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
LocateSymbolFileTest.cpp Resubmit "Don't include UnixSignals.h from Host." 2019-03-06 18:20:23 +00:00
PostfixExpressionTest.cpp PostfixExpression: Use signed integers in IntegerNode 2019-05-07 15:58:20 +00:00
TestClangASTContext.cpp [Symbol] Decouple clang from CompilerType 2019-08-13 19:40:36 +00:00
TestDWARFCallFrameInfo.cpp unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
TestLineEntry.cpp unittests: Use yaml2obj as a library instead of an external process 2019-08-20 12:28:36 +00:00
TestType.cpp Generalize FindTypes with CompilerContext to support fuzzy lookup 2019-08-21 18:06:56 +00:00