Bug 198778

Summary: [Win] Use experimental:preprocessor when building
Product: WebKit Reporter: Christopher Reid <chris.reid>
Component: CMakeAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: Hironori.Fujii, pmatos
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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/