Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] Use 'nullptr'. CodeGen edition. | Craig Topper | 2014-05-21 | 1 | -2/+2 |
| | | | | llvm-svn: 209272 | ||||
* | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-12 | 1 | -4/+4 |
| | | | | | | class. llvm-svn: 203643 | ||||
* | [C++11] Replace LLVM-style type traits with C++11 standard ones. | Benjamin Kramer | 2014-03-07 | 1 | -3/+3 |
| | | | | | | No functionality change. llvm-svn: 203241 | ||||
* | 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 |