[all-commits] [llvm/llvm-project] 1fd6f0: [format] Fix an uninitialized variable
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Tue Jun 7 09:19:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fd6f06b9e975386f4bb30ce8a1d044abeb1b633
https://github.com/llvm/llvm-project/commit/1fd6f06b9e975386f4bb30ce8a1d044abeb1b633
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
Log Message:
-----------
[format] Fix an uninitialized variable
parseBlock may decide to leave it unchanged. Found by msan.
More information about the All-commits
mailing list