4DIAG_NOTE(
"note-prev", PrevDeclared,
"previously declared here")
5DIAG_NOTE(
"note-duplicate-formal", DuplicateFormal,
"duplicated to this formal")
6DIAG_NOTE(
"merge-diff-rec-this-rec", ThisRecursive,
7 "this attribute set is {}recursive")
8DIAG_NOTE(
"merge-diff-rec-consider", RecConsider,
9 "while this attribute set is marked as {}recursive, it "
10 "will be considered as {}recursive")
11DIAG_NOTE(
"note-bcomment-begin", BCommentBegin,
"/* comment begins at here")
12DIAG_NOTE(
"to-match-this", ToMachThis,
"to match this {}")
#define DIAG_NOTE(SNAME, CNAME, MESSAGE)