Age | Commit message (Expand) | Author |
---|---|---|
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2010-12-21 | add missing newlines at end of file. | Chris Lattner |
2010-11-04 | Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found... | Anders Carlsson |
2010-11-04 | std::nullptr_t is a fundamental type for RTTI purposes. | Anders Carlsson |
2010-03-07 | Perform overload resolution when static_cast'ing from a | Douglas Gregor |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-09-15 | Codegen support for nullptr from C++0x. | Anders Carlsson |