Craig Topper
8a13c4180e
[C++11] Use 'nullptr'. CodeGen edition.
...
llvm-svn: 209272
2014-05-21 05:09:00 +00:00
Craig Topper
4f12f10de4
[C++11] Add 'override' keyword to virtual methods that override their base class.
...
llvm-svn: 203643
2014-03-12 06:41:41 +00:00
Benjamin Kramer
ed2f476b20
[C++11] Replace LLVM-style type traits with C++11 standard ones.
...
No functionality change.
llvm-svn: 203241
2014-03-07 14:30:23 +00:00
Chandler Carruth
5553d0d4ca
Sort all the #include lines with LLVM's utils/sort_includes.py which
...
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
2014-01-07 11:51:46 +00:00
Reid Kleckner
d29f1342c2
[CodeGen] Move EHScopeStack into its own header
...
CGCleanup.h isn't meant to be included by all of CodeGen according to
John.
llvm-svn: 184321
2013-06-19 17:07:50 +00:00