mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 23:50:43 +03:00
Revise all LDC-specific errors/warnings/deprecs and insert backticks
For DMD's new syntax highlighting. I grepped in all .{h,cpp} files only.
This commit is contained in:
parent
58ef63417f
commit
2616261fd2
33 changed files with 224 additions and 219 deletions
|
@ -563,7 +563,7 @@ LLConstant *DtoDefineClassInfo(ClassDeclaration *cd) {
|
|||
ClassDeclaration *cinfo = Type::typeinfoclass;
|
||||
|
||||
if (cinfo->fields.dim != 12) {
|
||||
error(Loc(), "Unexpected number of fields in object.ClassInfo; "
|
||||
error(Loc(), "Unexpected number of fields in `object.ClassInfo`; "
|
||||
"druntime version does not match compiler (see -v)");
|
||||
fatal();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue