forked from OSchip/llvm-project
parent
44ebbd5436
commit
010316ce34
|
@ -245,7 +245,7 @@ static void groupDiagnostics(const std::vector<Record*> &Diags,
|
||||||
SourceMgr::DK_Error,
|
SourceMgr::DK_Error,
|
||||||
Twine("group '") + Name +
|
Twine("group '") + Name +
|
||||||
"' is referred to anonymously",
|
"' is referred to anonymously",
|
||||||
ArrayRef<SMRange>(),
|
None,
|
||||||
InGroupRange.isValid() ? FixIt
|
InGroupRange.isValid() ? FixIt
|
||||||
: ArrayRef<SMFixIt>());
|
: ArrayRef<SMFixIt>());
|
||||||
SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
|
SrcMgr.PrintMessage((*I)->ExplicitDef->getLoc().front(),
|
||||||
|
|
Loading…
Reference in New Issue