mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[serialization] Handle absent protocol conformances.
These still need to be serialized, because they are one-to-one with the type's protocol list, but don't actually require any data. Found on attempting to emit a module for the standard library. Most of the churn here is moving Interleave.h to a more general STLExtras.h. Swift SVN r6167
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "swift/AST/AST.h"
|
||||
#include "swift/AST/Component.h"
|
||||
#include "swift/AST/Diagnostics.h"
|
||||
#include "swift/Basic/Interleave.h"
|
||||
#include "swift/Basic/STLExtras.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
|
||||
Reference in New Issue
Block a user