================ @@ -491,12 +491,12 @@ Improvements to Clang's diagnostics Objective-C method and block declarations when calling format functions. It is part of the format-nonliteral diagnostic (#GH60718) -- Fixed a crash when enabling ``-fdiagnostics-format=sarif`` and the output +- Fixed a crash when enabling ``-fdiagnostics-format=sarif`` and the output carries messages like 'In file included from ...' or 'In module ...'. Now the include/import locations are written into `sarif.run.result.relatedLocations`. -- Clang now generates a fix-it for C++20 designated initializers when the - initializers do not match the declaration order in the structure. +- Clang now generates a fix-it for C++20 designated initializers when the + initializers do not match the declaration order in the structure. ---------------- cor3ntin wrote:
We don't https://github.com/llvm/llvm-project/pull/173537 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
