[PATCH] D155642: Unconditionally include intrinsic headers in MSVC mode

2023-07-18 Thread Alexander Neumann via Phabricator via cfe-commits
Neumann-A created this revision. Herald added a project: All. Neumann-A requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Even though there is a significant compile time overhead for all users being a true drop in replacement for cl requires

[PATCH] D20291: [ms] Reintroduce feature guards in intrinsic headers in Microsoft mode

2023-07-12 Thread Alexander Neumann via Phabricator via cfe-commits
Neumann-A added a comment. Herald added a project: All. Should this be reverted due to: https://github.com/llvm/llvm-project/issues/53520 https://github.com/llvm/llvm-project/issues/63492 I mean: yes faster compile is nice to have but having diverging behavior from MSVC seems like the wrong way