Please take a look.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
| lib/Headers/vadefs.h | ||
|---|---|---|
| 24 ↗ | (On Diff #14889) | I'd wordsmith this to "Only include this if we're aiming for MSVC compatibility." | 
| 32 ↗ | (On Diff #14889) | Should we only do this if __has_include(<vadefs.h>) ? | 
| 34 ↗ | (On Diff #14889) | I think we should do "#ifndef _crt_va_start #undef _crt_va_start" to avoid warnings with -Wsystem-headers. | 
Comment Actions
Addressing rnk's comments.
I tried this on a small program with -Wsystem-headers, and it was clean.