]> granicus.if.org Git - clang/commit
Move ChainedIncludesSource into the Frontend library. This never really
authorChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:55:54 +0000 (01:55 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 9 Dec 2011 01:55:54 +0000 (01:55 +0000)
commit71088d1af241ad114294ec3fe03cd9baea39ee08
treedb55119af79835e5f0ad0abfaa2292971d564fd7
parent8bd25b421f728cb7c33a3bcc21a4fc60e835c5e8
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146233 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ChainedIncludesSource.h [moved from include/clang/Serialization/ChainedIncludesSource.h with 100% similarity]
lib/Frontend/CMakeLists.txt
lib/Frontend/ChainedIncludesSource.cpp [moved from lib/Serialization/ChainedIncludesSource.cpp with 99% similarity]
lib/Frontend/FrontendAction.cpp
lib/Serialization/CMakeLists.txt