diff options
Diffstat (limited to 'lib/Parse/ParseStmt.cpp')
-rw-r--r-- | lib/Parse/ParseStmt.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Parse/ParseStmt.cpp b/lib/Parse/ParseStmt.cpp index 7754c9855d..22a1eb3744 100644 --- a/lib/Parse/ParseStmt.cpp +++ b/lib/Parse/ParseStmt.cpp @@ -1579,10 +1579,10 @@ StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { SourceLocation EndLoc = AsmLoc; do { bool InBraces = false; - unsigned short savedBraceCount; + unsigned short savedBraceCount = 0; bool InAsmComment = false; FileID FID; - unsigned LineNo; + unsigned LineNo = 0; unsigned NumTokensRead = 0; SourceLocation LBraceLoc; |