[all-commits] [llvm/llvm-project] f21320: Lexer::ReadToEndOfLine - fix Token uninitialised v...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 28 11:29:23 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f2132070d9a5a330400744aa14819344d0b44151
https://github.com/llvm/llvm-project/commit/f2132070d9a5a330400744aa14819344d0b44151
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-10-28 (Mon, 28 Oct 2019)
Changed paths:
M clang/lib/Lex/Lexer.cpp
Log Message:
-----------
Lexer::ReadToEndOfLine - fix Token uninitialised value warnings. NFCI.
Use Token::startToken to initialize Token.
More information about the All-commits
mailing list