================ @@ -269,6 +269,7 @@ LANGOPT(HIPStdParInterposeAlloc, 1, 0, NotCompatible, "Replace allocations / dea LANGOPT(OpenACC , 1, 0, NotCompatible, "OpenACC Enabled") +LANGOPT(MSVCPreprocessor , 1, 0, NotCompatible, "Fully emulate the Microsoft Visual C++ traditional (non-conforming) preprocessor") ---------------- cor3ntin wrote:
```suggestion LANGOPT(MSVCPreprocessor , 1, 0, NotCompatible, "Emulate the Microsoft Visual C++ traditional (non-conforming) preprocessor") ``` https://github.com/llvm/llvm-project/pull/167200 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
