Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check ↵ | Craig Topper | 2014-04-15 | 1 | -1/+1 |
| | | | | | | instead of comparing to nullptr. llvm-svn: 206252 | ||||
* | Move MDBuilder's methods out of line. | Benjamin Kramer | 2014-04-12 | 1 | -0/+139 |
Making them inline was a historical accident, they're neither hot nor templated. llvm-svn: 206109 |