Add a callback from ASTReader to DeserializationListener when the former
reads an IMPORTED_MODULES block. This supports Swift in using PCH for
bridging headers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D28779
[ASTReader] Add a DeserializationListener callback for IMPORTED_MODULES ClosedPublic Authored by graydon on Jan 16 2017, 2:06 PM.
Details Summary Add a callback from ASTReader to DeserializationListener when the former
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 17 2017, 5:00 PM Closed by commit rL292436: [ASTReader] Add a DeserializationListener callback for IMPORTED_MODULES (authored by graydon). · Explain WhyJan 18 2017, 12:47 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 84881 cfe/trunk/include/clang/Serialization/ASTDeserializationListener.h
cfe/trunk/lib/Serialization/ASTReader.cpp
|