We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c865ba5 commit 2c2f30bCopy full SHA for 2c2f30b
clang/docs/ReleaseNotes.rst
@@ -1007,6 +1007,7 @@ Bug Fixes to C++ Support
1007
- Fix type of expression when calling a template which returns an ``__array_rank`` querying a type depending on a
1008
template parameter. Now, such expression can be used with ``static_assert`` and ``constexpr``. (#GH123498)
1009
- Correctly determine the implicit constexprness of lambdas in dependent contexts. (#GH97958) (#GH114234)
1010
+- Fixed a clang regression on c++20 mode where unresolved dependent call expressions were created inside non-dependent context (#GH122892)
1011
1012
Bug Fixes to AST Handling
1013
^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments