[all-commits] [llvm/llvm-project] 09b43a: [clang][dataflow] Expose simple access to child St...
Samira Bakon via All-commits
all-commits at lists.llvm.org
Tue Jun 24 10:30:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09b43a5a862f453aabd95ec01e0b53c46ca3e340
https://github.com/llvm/llvm-project/commit/09b43a5a862f453aabd95ec01e0b53c46ca3e340
Author: Samira Bakon <bazuzi at google.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/StorageLocation.h
Log Message:
-----------
[clang][dataflow] Expose simple access to child StorageLocation presence. (#145520)
`getChild` does not offer this knowledge, and a map lookup is
significantly cheaper than iteration over `children()`.
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