================ @@ -45,6 +66,286 @@ struct CompilerContext { bool contextMatches(llvm::ArrayRef<CompilerContext> context_chain, llvm::ArrayRef<CompilerContext> pattern); +FLAGS_ENUM(TypeQueryOptions){ + e_none = 0u, + /// If set TypeQuery::m_context contains an exact context that must match + /// the full context. If not set TypeQuery::m_context can contain a partial ---------------- hawkinsw wrote:
```suggestion /// the full context. If not set, TypeQuery::m_context can contain a partial ``` https://github.com/llvm/llvm-project/pull/74786 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits