[all-commits] [llvm/llvm-project] e29e7e: [FrontEnd] Use SetVector (NFC) (#107743)
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Sep 8 07:48:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e29e7e726614d59cd5adae1f81266de947ee2f3b
https://github.com/llvm/llvm-project/commit/e29e7e726614d59cd5adae1f81266de947ee2f3b
Author: Kazu Hirata <kazu at google.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
Log Message:
-----------
[FrontEnd] Use SetVector (NFC) (#107743)
We could also use range-based for loops at several places, but I'm
leaving that to a subsequent patch.
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