]> granicus.if.org Git - clang/commit
[clang] Add PPCallbacks list to preprocessor when building a preacompiled preamble.
authorIlya Biryukov <ibiryukov@google.com>
Fri, 15 Dec 2017 11:27:51 +0000 (11:27 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 15 Dec 2017 11:27:51 +0000 (11:27 +0000)
commit05461699ec4181ed767f312b61807eb883446be9
tree91c7dad232a05f78b61dd0079726866a6d89dab0
parent61ab19ddad0e160d00225b4fda352d240bd813af
[clang] Add PPCallbacks list to preprocessor when building a preacompiled preamble.

Summary:
Revision D38639 needs this commit in order to properly make open
definition calls on include statements work.

Patch by William Enright.

Reviewers: malaperle, krasimir, bkramer, ilya-biryukov

Reviewed By: malaperle, ilya-biryukov

Subscribers: cfe-commits, arphaman, ilya-biryukov

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

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