[all-commits] [llvm/llvm-project] 91c4b5: [clang] Update NumFunctionDeclBits for FunctionDec...
Ding Fei via All-commits
all-commits at lists.llvm.org
Thu Aug 17 05:30:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91c4b5550ecfbb7afe7275c341b73a6d3a1bbd78
https://github.com/llvm/llvm-project/commit/91c4b5550ecfbb7afe7275c341b73a6d3a1bbd78
Author: dingfei <fding at feysh.com>
Date: 2023-08-17 (Thu, 17 Aug 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/DeclBase.h
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/unittests/AST/ASTImporterTest.cpp
M clang/unittests/AST/DeclTest.cpp
Log Message:
-----------
[clang] Update NumFunctionDeclBits for FunctionDeclBitfields
NumFunctionDeclBits is not updated when DeductionCandidateKind is
incremented.
Fixes https://github.com/llvm/llvm-project/issues/64171
Reviewed By: cor3ntin, balazske, aaron.ballman
Differential Revision: https://reviews.llvm.org/D158145
More information about the All-commits
mailing list