We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412bf0b commit cafb596Copy full SHA for cafb596
lib/Serialization/ModuleFile.cpp
@@ -19,6 +19,7 @@
19
#include "swift/AST/GenericSignature.h"
20
#include "swift/AST/ModuleLoader.h"
21
#include "swift/AST/NameLookup.h"
22
+#include "swift/AST/PrettyStackTrace.h"
23
#include "swift/AST/USRGeneration.h"
24
#include "swift/Basic/Range.h"
25
#include "swift/ClangImporter/ClangImporter.h"
@@ -1794,6 +1795,7 @@ void ModuleFile::loadObjCMethods(
1794
1795
Optional<TinyPtrVector<ValueDecl *>>
1796
ModuleFile::loadNamedMembers(const IterableDeclContext *IDC, DeclName N,
1797
uint64_t contextData) {
1798
+ PrettyStackTraceDecl trace("loading members for", IDC->getDecl());
1799
1800
assert(IDC->wasDeserialized());
1801
0 commit comments