Bug 198778 - [Win] Use experimental:preprocessor when building
Summary: [Win] Use experimental:preprocessor when building
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-11 19:07 PDT by Christopher Reid
Modified: 2019-07-03 01:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Reid 2019-06-11 19:07:17 PDT
We've hit a few items related to differences with how MSVC's preprocessor behaves.
https://bugs.webkit.org/show_bug.cgi?id=198604
https://bugs.webkit.org/show_bug.cgi?id=180709

The experimental preprocessor seems to behave similar to what the clang/gcc preprocessor does.
Comment 1 Fujii Hironori 2019-07-03 01:58:40 PDT
MSVC Preprocessor Progress towards Conformance | C++ Team Blog
https://devblogs.microsoft.com/cppblog/msvc-preprocessor-progress-towards-conformance/