This revision was automatically updated to reflect the committed changes.
Closed by commit rGdd8e0a0a23ba: [Sema] Split availability processing into
SemaAvailability.cpp (authored by rnk).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73385/new/
htt
merge_guards_bot added a comment.
{icon times-circle color=red} Unit tests: fail. 62189 tests passed, 1 failed
and 815 were skipped.
failed:
libc++.std/thread/thread_mutex/thread_mutex_requirements/thread_mutex_requirements_mutex/thread_mutex_class/try_lock.pass.cpp
{icon times-circle color=
rnk created this revision.
rnk added reviewers: arphaman, aaron.ballman, rsmith.
Herald added subscribers: dexonsmith, mgorny.
Herald added a project: clang.
Reduces compile time of SemaDeclAttr.cpp down to 28s from 50s. The new
TU does a few RecursiveASTVisitor instantiations, so it takes 30s.