summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2023-05-07 16:50:33 -0700
committerArthur Eubanks <aeubanks@google.com>2023-05-07 16:51:02 -0700
commitad5bed5372f3f73a07f0b98a05444e7acda2b9d9 (patch)
tree04aa35e6f64209eb95c4f31880545edb9b5f5c45 /clang/docs
parent4157625cea4aafe38e3e56afbd9cb76ea7500360 (diff)
downloadllvm-ad5bed5372f3f73a07f0b98a05444e7acda2b9d9.tar.gz
Revert "[clang] Make predefined expressions string literals under -fms-extensions"
This reverts commit 856f384bf94513c89e754906b7d80fbe5377ab53. Breaks bots, e.g. https://lab.llvm.org/buildbot/#/builders/123/builds/18775
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index cd41106640f8..910a853eafc8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -416,9 +416,6 @@ Bug Fixes to C++ Support
initialization.
(`#61567 <https://github.com/llvm/llvm-project/issues/61567>`_)
- Fix a crash when expanding a pack as the index of a subscript expression.
-- Some predefined expressions are now treated as string literals in MSVC
- compatibility mode.
- (`#114 <https://github.com/llvm/llvm-project/issues/114>`_)
Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^