[all-commits] [llvm/llvm-project] 9c86a7: [AST] Avoid repeated hash lookups (NFC) (#107709)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Sep 7 11:23:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c86a7e9ec716fb54a0b74e13af12cb655723e53
https://github.com/llvm/llvm-project/commit/9c86a7e9ec716fb54a0b74e13af12cb655723e53
Author: Kazu Hirata <kazu at google.com>
Date: 2024-09-07 (Sat, 07 Sep 2024)
Changed paths:
M clang/lib/AST/OpenMPClause.cpp
Log Message:
-----------
[AST] Avoid repeated hash lookups (NFC) (#107709)
While I am at it, I'm renaming Cache to UniqueDecls and removing
TotalNum in favor of UniqueDecls.size().
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