Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort all the #include lines with LLVM's utils/sort_includes.py which | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | encodes the canonical rules for LLVM's style. I noticed this had drifted quite a bit when cleaning up LLVM, so wanted to clean up Clang as well. llvm-svn: 198686 | ||||
* | [CodeGen] Move EHScopeStack into its own header | Reid Kleckner | 2013-06-19 | 1 | -0/+489 |
CGCleanup.h isn't meant to be included by all of CodeGen according to John. llvm-svn: 184321 |