summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/nullptr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add missing newlines at end of file.Chris Lattner2010-12-211-1/+1
| | | | llvm-svn: 122309
* Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be ↵Anders Carlsson2010-11-041-1/+1
| | | | | | found. This should fix the errors seen on the bot. llvm-svn: 118246
* std::nullptr_t is a fundamental type for RTTI purposes.Anders Carlsson2010-11-041-0/+7
| | | | llvm-svn: 118238
* Perform overload resolution when static_cast'ing from aDouglas Gregor2010-03-071-1/+11
| | | | | | | pointer-to-member-to-derived to a pointer-to-member-to-base. Fixes PR6072. llvm-svn: 97923
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Codegen support for nullptr from C++0x.Anders Carlsson2009-09-151-0/+7
llvm-svn: 81835
OpenPOWER on IntegriCloud