forked from OSchip/llvm-project
parent
c67bcd5b65
commit
be861783d2
|
@ -252,7 +252,7 @@ private:
|
|||
void RecomputeNeedsHandleIdentifier() {
|
||||
NeedsHandleIdentifier =
|
||||
(isPoisoned() | hasMacroDefinition() | isCPlusPlusOperatorKeyword() |
|
||||
isExtensionToken() | getTokenID() == tok::kw___import__);
|
||||
isExtensionToken() | (getTokenID() == tok::kw___import__));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue