summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/EHScopeStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-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 headerReid Kleckner2013-06-191-0/+489
CGCleanup.h isn't meant to be included by all of CodeGen according to John. llvm-svn: 184321
OpenPOWER on IntegriCloud