[clang] [clang] Correct end for the `CastOperation.OpRange` (PR #69480)

via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 24 05:29:33 PDT 2023


Botond =?utf-8?q?István_Horváth?=,
Botond =?utf-8?q?István_Horváth?Message-ID:
In-Reply-To: <llvm/llvm-project/pull/69480/clang at github.com>


================
@@ -326,6 +326,25 @@ Improvements to Clang's diagnostics
 - Clang now always diagnoses when using non-standard layout types in ``offsetof`` .
   (`#64619: <https://github.com/llvm/llvm-project/issues/64619>`_)
 
+- When describing a warning/error in a function-style type converson clang underscored only until
+  the end of the expression we convert from. Now clang underscores the until the closing bracket.
----------------
whisperity wrote:

```suggestion
- When describing a warning/error in a function-style type conversion Clang underlines only until
  the end of the expression we convert from. Now, Clang underlines until the closing parenthesis.
```

https://github.com/llvm/llvm-project/pull/69480


More information about the cfe-commits mailing list