]> granicus.if.org Git - clang/commit
Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable.
authorZhongxing Xu <xuzhongxing@foxmail.com>
Mon, 26 Sep 2011 03:37:43 +0000 (03:37 +0000)
committerZhongxing Xu <xuzhongxing@foxmail.com>
Mon, 26 Sep 2011 03:37:43 +0000 (03:37 +0000)
commit7e7b503211f1c0ae1537da4657c9ed34f69b3506
tree8ecfa89a45a0a61bdc15f0beff4efafdf63895a5
parent904371225947f5df6d8f1a12f1ff65359fb3e713
Properly initialize Preprocessor::CurLexerKind to avoid use of uninitialized variable.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140514 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Preprocessor.cpp