NFC. Hope this will speed up compilation a bit.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
After applying this patch clang file include/clang/Lex/LiteralSupport.h needs to be added a "llvm/ADT/ArrayRef.h" header to it to fix a broken build.
Comment Actions
LGTM, Thanks.
include/llvm/ADT/APFloat.h | ||
---|---|---|
29 | You can still include APFloat without including SmallVector right? |
Comment Actions
Thanks for your review. I have no commit rights.
include/llvm/ADT/APFloat.h | ||
---|---|---|
29 | Yes, unless you're using SmallVector in your code. |
You can still include APFloat without including SmallVector right?