Files
swift-mirror/include/swift/Basic/LLVM.h
Ben Barham 44a1fe8487 [NFC] Include SmallVector.h for Clang <= 5
Clang 5 (possibly earlier) has a bug where it does not merge default
template arguments properly for forwarded declarations. Include
`SmallVector.h` directly in this case. This will slightly increase
compile times, but only for very old compilers and only for files that
don't already include `SmallVector.h` (of which there's currently only
23).
2022-08-05 17:25:05 -07:00

3.6 KiB