nixd
Toggle main menu visibility
Loading...
Searching...
No Matches
libnixf
include
nixf
Basic
NoteKinds.inc
Go to the documentation of this file.
1
/// DiagnosticNodes.inc, note declarations
2
3
#ifdef DIAG_NOTE
4
DIAG_NOTE
(
"note-prev"
, PrevDeclared,
"previously declared here"
)
5
DIAG_NOTE
(
"note-duplicate-formal"
, DuplicateFormal,
"duplicated to this formal"
)
6
DIAG_NOTE
(
"merge-diff-rec-this-rec"
, ThisRecursive,
7
"this attribute set is {}recursive"
)
8
DIAG_NOTE
(
"merge-diff-rec-consider"
, RecConsider,
9
"while this attribute set is marked as {}recursive, it "
10
"will be considered as {}recursive"
)
11
DIAG_NOTE
(
"note-bcomment-begin"
, BCommentBegin,
"/* comment begins at here"
)
12
DIAG_NOTE
(
"to-match-this"
, ToMachThis,
"to match this {}"
)
13
14
#endif
// DIAG_NOTE
DIAG_NOTE
#define DIAG_NOTE(SNAME, CNAME, MESSAGE)
Definition
Diagnostic.h:118
Generated by
1.17.0