[all-commits] [llvm/llvm-project] 5942ae: [NFC] Initialize class member pointers to nullptr.
schittir via All-commits
all-commits at lists.llvm.org
Mon Jul 10 11:40:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5942ae8681db20822ac3e0b94cf8089d30647a39
https://github.com/llvm/llvm-project/commit/5942ae8681db20822ac3e0b94cf8089d30647a39
Author: Sindhu Chittireddy <sindhu.chittireddy at intel.com>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M clang/include/clang/AST/RawCommentList.h
M clang/include/clang/AST/Redeclarable.h
M clang/include/clang/CodeGen/CodeGenAction.h
M clang/include/clang/Sema/HLSLExternalSemaSource.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Serialization/ModuleFile.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/Format/SortJavaScriptImports.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp
Log Message:
-----------
[NFC] Initialize class member pointers to nullptr.
Reviewed here: https://reviews.llvm.org/D153926
More information about the All-commits
mailing list