[PATCH] D73385: [Sema] Split availability processing into SemaAvailability.cpp
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 24 15:23:32 PST 2020
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73385
Files:
clang/include/clang/Sema/Sema.h
clang/lib/Sema/CMakeLists.txt
clang/lib/Sema/SemaAvailability.cpp
clang/lib/Sema/SemaDeclAttr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73385.240309.patch
Type: text/x-patch
Size: 75651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200124/db8c9789/attachment-0001.bin>
More information about the cfe-commits
mailing list