| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -2/+3 | 
| | | | | | | | | the front end into its own class, FrontendInputFile, to make it easier to introduce new per-input data. No functionality change. llvm-svn: 148546 | ||||
| * | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth | 2011-12-09 | 1 | -0/+240 | 
| 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 | |||||

