Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-04-26 | Don't accept -std= values that would switch us to a different source language. | Richard Smith | 1 | -4/+4 |
2014-05-22 | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 1 | -1/+1 |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie | 1 | -2/+1 |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 1 | -1/+1 |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 1 | -1/+1 |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 1 | -1/+1 |
2009-12-10 | spread 'const' love to some variables. this considerably reduces the amount o... | Nuno Lopes | 1 | -1/+1 |
2009-11-26 | Factor out a LangStandard class and coalesce the information about the standa... | Daniel Dunbar | 1 | -0/+44 |