forked from OSchip/llvm-project
parent
6f5229d7da
commit
c206e449cc
|
@ -1734,7 +1734,7 @@ public:
|
|||
NameClassification(ParsedType Type) : Kind(NC_Type), Type(Type) {}
|
||||
|
||||
NameClassification(const IdentifierInfo *Keyword)
|
||||
: Kind(NC_Keyword), Keyword(Keyword) { }
|
||||
: Kind(NC_Keyword), Keyword(Keyword) {}
|
||||
|
||||
static NameClassification Error() {
|
||||
return NameClassification(NC_Error);
|
||||
|
|
Loading…
Reference in New Issue