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