mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-08 11:56:12 +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
|
@ -1684,7 +1684,7 @@ public:
|
|||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void visit(Statement *stmt) LLVM_OVERRIDE {
|
||||
error(stmt->loc, "Statement type Statement not implemented: %s",
|
||||
error(stmt->loc, "Statement type Statement not implemented: `%s`",
|
||||
stmt->toChars());
|
||||
fatal();
|
||||
}
|
||||
|
@ -1692,7 +1692,7 @@ public:
|
|||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void visit(PragmaStatement *stmt) LLVM_OVERRIDE {
|
||||
error(stmt->loc, "Statement type PragmaStatement not implemented: %s",
|
||||
error(stmt->loc, "Statement type PragmaStatement not implemented: `%s`",
|
||||
stmt->toChars());
|
||||
fatal();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue