[all-commits] [llvm/llvm-project] a8ead5: [clang][NFC] Rename ArgPassingKind to RecordArgPas...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Wed Nov 1 09:38:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8ead5606800261e94c2c703a366c59a12347fc4
https://github.com/llvm/llvm-project/commit/a8ead5606800261e94c2c703a366c59a12347fc4
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/DeclBase.h
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclCXX.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[clang][NFC] Rename ArgPassingKind to RecordArgPassingKind (#70955)
During the recent refactoring (b120fe8d3288c4dca1b5427ca34839ce8833f71c) this enum was moved out of `RecordDecl`. During post-commit review it was found out that its association with `RecordDecl` should be expressed in the name.
More information about the All-commits
mailing list