mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-29 11:01:57 +00:00
Set Diag::concerned if any of its Notes is concerned
This commit is contained in:
parent
d472ffc46b
commit
7f291c6dd5
@ -273,6 +273,8 @@ public:
|
||||
} else {
|
||||
Note &n = last->notes.emplace_back();
|
||||
fillDiagBase(n);
|
||||
if (concerned)
|
||||
last->concerned = true;
|
||||
}
|
||||
} else {
|
||||
Flush();
|
||||
|
Loading…
Reference in New Issue
Block a user