| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | | | utils/sort_includes.py. I clearly haven't done this in a while, so more changed than usual. This even uncovered a missing include from the InstrProf library that I've added. No functionality changed here, just mechanical cleanup of the include order. llvm-svn: 225974 | ||||
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558 | ||||
| * | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-08 | 1 | -6/+6 |
| | | | | | | | class. llvm-svn: 203339 | ||||
| * | Add a virtual destructor to quiet a warning. | Eric Christopher | 2014-03-07 | 1 | -0/+2 |
| | | | | | llvm-svn: 203307 | ||||
| * | Actually add the header file. | Eric Christopher | 2014-03-07 | 1 | -0/+69 |
| llvm-svn: 203305 | |||||

