commit | f887db09e8a717ef2453dc991b4b79b98c0443aa | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Fri Dec 09 01:55:54 2011 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Fri Dec 09 01:55:54 2011 +0000 |
tree | 047e02a7603a13507874be1fec67fe7ebb068da5 | |
parent | 5ee8464e48ba2b3a150fee64384324d926582e35 [diff] |
Move ChainedIncludesSource into the Frontend library. This never really belonged in the Serialization library, it's setting up a compilation, not just deserializing. This should fix PR11512, making Serialization actually be layered below Frontend, a long standing layering violation in Clang. llvm-svn: 146233