]> granicus.if.org Git - clang/commit
[clang] Add BeforeExecute method to PrecompiledPreamble
authorIlya Biryukov <ibiryukov@google.com>
Wed, 20 Dec 2017 16:48:56 +0000 (16:48 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 20 Dec 2017 16:48:56 +0000 (16:48 +0000)
commitaacf2531989d9daf543aa24dd79a55280adbaa8b
tree7abf4f78c16503490ddd986f71d5470725655831
parent81af67cbfcb742042fd116c2df8d5be735efe453
[clang] Add BeforeExecute method to PrecompiledPreamble

Summary: Adds BeforeExecute method to PrecompiledPreamble to be called
before Execute(). This method can be overriden.

Patch by William Enright.

Reviewers: malaperle, ilya-biryukov

Reviewed By: ilya-biryukov

Subscribers: arphaman, cfe-commits, ilya-biryukov

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@321189 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/PrecompiledPreamble.h
lib/Frontend/PrecompiledPreamble.cpp