[clang] [clang-cl] Fix value of __FUNCTION__ in MSVC mode. (PR #84014)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 05:10:45 PST 2024
================
@@ -224,6 +224,9 @@ Bug Fixes in This Version
for variables created through copy initialization having side-effects in C++17 and later.
Fixes (#GH64356) (#GH79518).
+- Fix value of predefined macro ``__FUNCTION__`` in MSVC compatibility mode.
+ Fixes (GH#66114).
----------------
cor3ntin wrote:
```suggestion
Fixes (#GH66114).
```
https://github.com/llvm/llvm-project/pull/84014
More information about the cfe-commits
mailing list