[cxx-interop] Add debug dump when we hit The Flakey Issue™.

This commit should be reverted in a week or two. Sorry.
This commit is contained in:
zoecarver
2023-03-15 12:19:23 -07:00
parent 1e4e7f7655
commit 75dc69a81d
3 changed files with 131 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class SwiftLookupTable;
class ValueDecl;
class VisibleDeclConsumer;
void dumpSwiftLookupTable(SwiftLookupTable *table);
/// Represents the different namespaces for types in C.
///
/// A simplified version of clang::Sema::LookupKind.