aboutsummaryrefslogtreecommitdiff
path: root/Lex/IdentifierTable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Lex/IdentifierTable.cpp')
-rw-r--r--Lex/IdentifierTable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lex/IdentifierTable.cpp b/Lex/IdentifierTable.cpp
index 4c6516df2d..c12fdef203 100644
--- a/Lex/IdentifierTable.cpp
+++ b/Lex/IdentifierTable.cpp
@@ -31,6 +31,7 @@ IdentifierInfo::IdentifierInfo() {
IsPoisoned = false;
IsOtherTargetMacro = false;
IsCPPOperatorKeyword = false;
+ IsNonPortableBuiltin = false;
FETokenInfo = 0;
}