You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] [NFC] Replace redecl walk with getMostRecentDecl. (#1915)
Clang ensures that the latest declaration of a function has all of the
attributes, so doing a search through the declarations isn't necessary.
This patch replaces our expensive search through the redeclaration list
with a getMostRecentDecl.
0 commit comments