nixd
Loading...
Searching...
No Matches
NoteKinds.inc
Go to the documentation of this file.
1/// DiagnosticNodes.inc, note declarations
2
3#ifdef DIAG_NOTE
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 {}")
13
14#endif // DIAG_NOTE
#define DIAG_NOTE(SNAME, CNAME, MESSAGE)
Definition Diagnostic.h:118
const T * begin(ArrayRef< T > B)
Iterator begin. Used for range-based-for
Definition ArrayRef.h:19