summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/nullptr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
* Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be found...Anders Carlsson2010-11-041-1/+1
* std::nullptr_t is a fundamental type for RTTI purposes.Anders Carlsson2010-11-041-0/+7
* Perform overload resolution when static_cast'ing from aDouglas Gregor2010-03-071-1/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Codegen support for nullptr from C++0x.Anders Carlsson2009-09-151-0/+7