[all-commits] [llvm/llvm-project] 268799: [clang][Interp][NFC] Refactor Pointer::toAPValue()
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Feb 12 04:28:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 268799cc59ef7af237278d058c6e2ee2c8eb227d
https://github.com/llvm/llvm-project/commit/268799cc59ef7af237278d058c6e2ee2c8eb227d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-02-12 (Mon, 12 Feb 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.cpp
Log Message:
-----------
[clang][Interp][NFC] Refactor Pointer::toAPValue()
Use early-out style rather than letting control flow through
the entire function.
More information about the All-commits
mailing list