Skip to content
Unverified Commit fedc9827 authored by Timm Baeder's avatar Timm Baeder Committed by GitHub
Browse files

[clang][Diagnostics] Add source range to uninitialized diagnostics (#65896)

Before:

```
array.cpp:319:10: note: read of uninitialized object is not allowed in a constant expression
  319 |    return aaa;
      |           ^
```

After:

```
array.cpp:319:10: note: read of uninitialized object is not allowed in a constant expression
  319 |    return aaa;
      |           ^~~
```
parent 8a584079
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment