mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This fixes a compiler error when building SwiftCompilerSources in hosttools mode with a recent Xcode. ``` <unknown>:0: error: calling a private constructor of class 'clang::StmtIterator' swift/llvm-project/clang/include/clang/AST/StmtIterator.h:137:3: note: declared private here StmtIterator(const StmtIteratorBase &RHS) ^ ``` rdar://113514872