]> granicus.if.org Git - clang/commit
Moved code hanlding precompiled preamble out of the ASTUnit.
authorIlya Biryukov <ibiryukov@google.com>
Wed, 21 Jun 2017 10:24:58 +0000 (10:24 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 21 Jun 2017 10:24:58 +0000 (10:24 +0000)
commit864bf1d491d904c009254e31be643a3af8122ef7
tree4f962a252fb35c21fb8a353578497fbc09b5360c
parent03143a6b2cf3147ab92eb7836cd132fcb07947e6
Moved code hanlding precompiled preamble out of the ASTUnit.

Reviewers: bkramer, krasimir, arphaman, akyrtzi, klimek

Reviewed By: klimek

Subscribers: mgorny, klimek, cfe-commits

Differential Revision: https://reviews.llvm.org/D34287

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305890 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PrecompiledPreamble.h [new file with mode: 0644]
lib/Frontend/ASTUnit.cpp
lib/Frontend/CMakeLists.txt
lib/Frontend/PrecompiledPreamble.cpp [new file with mode: 0644]