[all-commits] [llvm/llvm-project] dd8e0a: [Sema] Split availability processing into SemaAvai...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Jan 24 17:39:06 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dd8e0a0a23bab23fee283145c599014bf4b450d3
https://github.com/llvm/llvm-project/commit/dd8e0a0a23bab23fee283145c599014bf4b450d3
Author: Reid Kleckner <rnk at google.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/CMakeLists.txt
A clang/lib/Sema/SemaAvailability.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
Log Message:
-----------
[Sema] Split availability processing into SemaAvailability.cpp
Reduces compile time of SemaDeclAttr.cpp down to 28s from 50s. The new
TU does a few RecursiveASTVisitor instantiations, so it takes 30s.
Reviewed By: rsmith
Differential Revision: https://reviews.llvm.org/D73385
More information about the All-commits
mailing list