Refactor to remove the assumption that we know the name of the module we're emitting...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Aug 2016 18:26:30 +0000 (18:26 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 25 Aug 2016 18:26:30 +0000 (18:26 +0000)
commitbd97f35339719480001ff96efb5785d9cfd29edf
tree15bf526c0b5db3531cab46d892f4a12cb8de8cb1
parent084148fcc35d96afba07a8f12842bc80af778ece
Refactor to remove the assumption that we know the name of the module we're emitting at the point when we create a PCHGenerator (with the C++ modules TS, we find that out part way through parsing the input).

llvm-svn: 279766
clang/include/clang/Serialization/ASTWriter.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/ChainedIncludesSource.cpp
clang/lib/Frontend/FrontendActions.cpp
clang/lib/Serialization/GeneratePCH.cpp