[all-commits] [llvm/llvm-project] 01213f: [clang-tidy] Initialize token before handing it to...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Jan 29 07:49:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 01213f90700dbb98a0dbcc01da8fdb89f6db5617
https://github.com/llvm/llvm-project/commit/01213f90700dbb98a0dbcc01da8fdb89f6db5617
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseTrailingReturnTypeCheck.cpp
Log Message:
-----------
[clang-tidy] Initialize token before handing it to the lexer
Found by msan.
More information about the All-commits
mailing list