mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-05 01:20:51 +03:00
Upgrade frontend & libs to v2.083.0-beta.1
This commit is contained in:
parent
c7c3f56415
commit
7776c4081b
172 changed files with 4653 additions and 4985 deletions
|
@ -21,7 +21,7 @@ void emitCoverageLinecountInc(Loc &loc) {
|
|||
// module
|
||||
// (for example, 'inlined' methods from other source files should be skipped).
|
||||
if (!global.params.cov || !loc.linnum || !loc.filename || !m->d_cover_data ||
|
||||
strcmp(m->srcfile->name->toChars(), loc.filename) != 0) {
|
||||
strcmp(m->srcfile->name.toChars(), loc.filename) != 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue