summaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorCorentin Jabot <corentinjabot@gmail.com>2023-05-16 13:55:40 +0200
committerCorentin Jabot <corentinjabot@gmail.com>2023-05-16 13:56:33 +0200
commitd4a6e4c1eec0f2634febd15725d921d4a25d47e7 (patch)
tree862f0576ff846ca6f5ddb743a856f0a69c8d1f26 /clang/docs
parent65abcf6c0ce1315fa0404f5cd0f6b093c038794e (diff)
downloadllvm-d4a6e4c1eec0f2634febd15725d921d4a25d47e7.tar.gz
Revert "[Clang] Fix parsing of `(auto(x))`."
This reverts commit ef47318ec3615e83c328b07341046dfb9d869414. This patch breaks valid code https://reviews.llvm.org/D149276#4345620
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c62823ddec98..9601849bd67d 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -449,8 +449,6 @@ Bug Fixes to C++ Support
- Some predefined expressions are now treated as string literals in MSVC
compatibility mode.
(`#114 <https://github.com/llvm/llvm-project/issues/114>`_)
-- Fix parsing of `auto(x)`, when it is surrounded by parentheses.
- (`#62494 <https://github.com/llvm/llvm-project/issues/62494>`_)
Bug Fixes to AST Handling
^^^^^^^^^^^^^^^^^^^^^^^^^