summaryrefslogtreecommitdiffstats
path: root/clang/Lex/Lexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Lex/Lexer.cpp')
-rw-r--r--clang/Lex/Lexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Lex/Lexer.cpp b/clang/Lex/Lexer.cpp
index 0fd13eef396..325c013cdee 100644
--- a/clang/Lex/Lexer.cpp
+++ b/clang/Lex/Lexer.cpp
@@ -354,7 +354,7 @@ FinishIdentifier:
Result.SetKind(tok::identifier);
// Look up this token, see if it is a macro, or if it is a language keyword.
- IdentifierTokenInfo *II;
+ IdentifierInfo *II;
if (!Result.needsCleaning()) {
// No cleaning needed, just use the characters from the lexed buffer.
II = PP.getIdentifierInfo(IdStart, IdEnd);
OpenPOWER on IntegriCloud