Make sure to initialize an ivar, patch by Benoit Boissinot.

llvm-svn: 40027
This commit is contained in:
Chris Lattner 2007-07-19 00:11:19 +00:00
parent 5c98379b1c
commit 5e62929fed
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ IdentifierInfo::IdentifierInfo() {
IsPoisoned = false;
IsOtherTargetMacro = false;
IsCPPOperatorKeyword = false;
IsNonPortableBuiltin = false;
FETokenInfo = 0;
}