[PATCH] D27896: Remove the feature guards from the Clang intrinsics header files.

2016-12-17 Thread Elad Cohen via Phabricator via cfe-commits
eladcohen created this revision. eladcohen added a subscriber: cfe-commits. These were re-introduced to get better compile times in cases that don't actually require all the features. However, it creates compatibility issues with MSVC (in which all the intrinsics are available all the time). Wit

[PATCH] D27897: [Modules] Enable the Modules language feature by default for the Clang builtins.

2016-12-17 Thread Elad Cohen via Phabricator via cfe-commits
eladcohen created this revision. eladcohen added reviewers: rsmith, rnk, zvi, chandlerc, thakis. eladcohen added a subscriber: cfe-commits. The motivation is to reduce the compile time of the Clang intrinsics header files. Furthermore, this should allow us to remove the feature guards from these

[PATCH] D27897: [Modules] Enable the Modules language feature by default for the Clang builtins.

2017-01-03 Thread Elad Cohen via Phabricator via cfe-commits
eladcohen added a comment. ping https://reviews.llvm.org/D27897 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits