mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Set Diag::concerned if any of its Notes is concerned
This commit is contained in:
parent
fd3e82b682
commit
0d911077f4
@ -274,6 +274,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