MSVC makes these string literals [1][2].
[1] https://godbolt.org/z/6vnTzbExx
[2] https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
Fixes #114
Paths
| Differential D148268
[clang] Make predefined expressions string literals under -fms-extensions AbandonedPublic Authored by aeubanks on Apr 13 2023, 1:14 PM.
Details
Summary MSVC makes these string literals [1][2]. [1] https://godbolt.org/z/6vnTzbExx Fixes #114
Diff Detail
Revision Contents
Diff 513336 clang/include/clang/AST/Expr.h
clang/include/clang/AST/IgnoreExpr.h
clang/include/clang/AST/Stmt.h
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Expr.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaInit.cpp
clang/test/Sema/ms_predefined_expr.cpp
|