[all-commits] [llvm/llvm-project] e929f0: [clang][NFC] Refactor `CXXNewExpr::InitializationS...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Mon Nov 6 09:06:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e929f0694aeb5f8cdbd2369db6189d28bb6fbcf3
https://github.com/llvm/llvm-project/commit/e929f0694aeb5f8cdbd2369db6189d28bb6fbcf3
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang/include/clang/AST/ExprCXX.h
M clang/lib/AST/ExprCXX.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/JSONNodeDumper.cpp
M clang/lib/AST/StmtPrinter.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Sema/SemaExprCXX.cpp
Log Message:
-----------
[clang][NFC] Refactor `CXXNewExpr::InitializationStyle` (re-land) (#71417)
This patch converts CXXNewExpr::InitializationStyle into a scoped enumat namespace scope. It also affirms the status quo by adding a new enumerator to represent implicit initializer.
This is a re-land of https://github.com/llvm/llvm-project/pull/71322 ace4489397d17abfb20d36de1404cfbe102401a7
More information about the All-commits
mailing list