diff options
| author | Timm Baeder <tbaeder@redhat.com> | 2023-09-11 07:03:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 07:03:18 +0200 |
| commit | fedc982731567fdd4fce00c697b3b617eb77b35d (patch) | |
| tree | daa37e9a7089ea91ac984ed95cc4199d383f9c8c /lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py | |
| parent | 8a584079de31497e0126179052cf5427b189bf60 (diff) | |
[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;
| ^~~
```
Diffstat (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py')
0 files changed, 0 insertions, 0 deletions
