diff options
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
| -rw-r--r-- | clang/lib/Lex/Preprocessor.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp index e53c392c388..d0a15e45c41 100644 --- a/clang/lib/Lex/Preprocessor.cpp +++ b/clang/lib/Lex/Preprocessor.cpp @@ -759,10 +759,6 @@ void Preprocessor::HandleIdentifier(Token &Identifier) {    if (II.isCPlusPlusOperatorKeyword())      Identifier.setIdentifierInfo(0); -  // Change the kind of this identifier to the appropriate token kind, e.g. -  // turning "for" into a keyword. -  Identifier.setKind(II.getTokenID()); -        // If this is an extension token, diagnose its use.    // We avoid diagnosing tokens that originate from macro definitions.    if (II.isExtensionToken() && Features.C99 && !DisableMacroExpansion) | 

