Upgrade frontend & libs to v2.083.0-beta.1

This commit is contained in:
Martin Kinkelin 2018-10-18 00:51:29 +02:00
parent c7c3f56415
commit 7776c4081b
172 changed files with 4653 additions and 4985 deletions

View file

@ -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;
}