[all-commits] [llvm/llvm-project] a76adf: [NFC][Clang] Refactor code to calculate flexible a...
Bill Wendling via All-commits
all-commits at lists.llvm.org
Sun Nov 19 19:25:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a76adfb992c6f5a9b05fbcc2de5889d2531607db
https://github.com/llvm/llvm-project/commit/a76adfb992c6f5a9b05fbcc2de5889d2531607db
Author: Bill Wendling <5993918+bwendling at users.noreply.github.com>
Date: 2023-11-19 (Sun, 19 Nov 2023)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
[NFC][Clang] Refactor code to calculate flexible array member size (#72790)
The code that calculates the flexible array member size is big enough to
warrant its own method.
More information about the All-commits
mailing list