writing a module to be a set-vector to preserve insertion order.
No test case, found by inspection.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@233335
91177308-0d34-0410-b5e6-
96231b3b80d8
/// if its primary namespace comes from the chain. If it does, we add the
/// primary to this set, so that we can write out lexical content updates for
/// it.
- llvm::SmallPtrSet<const DeclContext *, 16> UpdatedDeclContexts;
+ llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts;
/// \brief Keeps track of visible decls that were added in DeclContexts
/// coming from another AST file.