File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -593,9 +593,6 @@ Improvements to Clang's diagnostics
593593 language version and specifies in which version it will be a keyword. This
594594 supports both C and C++.
595595
596- - When diagnosing multi-level pack expansions of mismatched lengths, Clang will
597- now, in most cases, be able to point to the relevant outer parameter.
598-
599596- ``no_sanitize("...") `` on a global variable for known but not relevant
600597 sanitizers is now just a warning. It now says that this will be ignored
601598 instead of incorrectly saying no_sanitize only applies to functions and
@@ -781,9 +778,6 @@ Bug Fixes to Attribute Support
781778
782779Bug Fixes to C++ Support
783780^^^^^^^^^^^^^^^^^^^^^^^^
784- - Fix multi-level pack expansion of undeclared function parameters.
785- (`#56094 <https://github.com/llvm/llvm-project/issues/56094 >`_)
786-
787781- Address the thread identification problems in coroutines.
788782 (`#47177 <https://github.com/llvm/llvm-project/issues/47177 >`_,
789783 `#47179 <https://github.com/llvm/llvm-project/issues/47179 >`_)
You can’t perform that action at this time.
0 commit comments