[all-commits] [llvm/llvm-project] f7c01c: [clang][bytecode] Reorder type checks in classify(...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Thu May 8 21:48:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7c01c40457c2f0fd20ab59244738ed61d4e989c
https://github.com/llvm/llvm-project/commit/f7c01c40457c2f0fd20ab59244738ed61d4e989c
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M clang/lib/AST/ByteCode/Context.cpp
Log Message:
-----------
[clang][bytecode] Reorder type checks in classify() (#139046)
Move the member pointer check further below and remove Complex/Vector
type checks and instead rely on the final return to handle those.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list