[all-commits] [llvm/llvm-project] 5e12f5: [CLANG] Fix uninitialized scalar field issues
smanna12 via All-commits
all-commits at lists.llvm.org
Thu Jun 22 12:10:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5e12f5ab2df101cbdd6942678f26dcdd221c6e18
https://github.com/llvm/llvm-project/commit/5e12f5ab2df101cbdd6942678f26dcdd221c6e18
Author: Manna, Soumi <soumi.manna at intel.com>
Date: 2023-06-22 (Thu, 22 Jun 2023)
Changed paths:
M clang/include/clang/Analysis/Analyses/Consumed.h
M clang/include/clang/Parse/Parser.h
M clang/lib/AST/ExprConstant.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/ConstantEmitter.h
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/StaticAnalyzer/Checkers/MoveChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/STLAlgorithmModeling.cpp
Log Message:
-----------
[CLANG] Fix uninitialized scalar field issues
Reviewed By: erichkeane, steakhal, tahonermann, shafik
Differential Revision: https://reviews.llvm.org/D150744
More information about the All-commits
mailing list