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
593
593
language version and specifies in which version it will be a keyword. This
594
594
supports both C and C++.
595
595
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
-
599
596
- ``no_sanitize("...") `` on a global variable for known but not relevant
600
597
sanitizers is now just a warning. It now says that this will be ignored
601
598
instead of incorrectly saying no_sanitize only applies to functions and
@@ -781,9 +778,6 @@ Bug Fixes to Attribute Support
781
778
782
779
Bug Fixes to C++ Support
783
780
^^^^^^^^^^^^^^^^^^^^^^^^
784
- - Fix multi-level pack expansion of undeclared function parameters.
785
- (`#56094 <https://github.com/llvm/llvm-project/issues/56094 >`_)
786
-
787
781
- Address the thread identification problems in coroutines.
788
782
(`#47177 <https://github.com/llvm/llvm-project/issues/47177 >`_,
789
783
`#47179 <https://github.com/llvm/llvm-project/issues/47179 >`_)
You can’t perform that action at this time.
0 commit comments