Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing newlines at end of file. | Chris Lattner | 2010-12-21 | 1 | -1/+1 |
| | | | | llvm-svn: 122309 | ||||
* | Pass a -I flag when compiling nullptr.cpp so the typeinfo header can be ↵ | Anders Carlsson | 2010-11-04 | 1 | -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 Carlsson | 2010-11-04 | 1 | -0/+7 |
| | | | | llvm-svn: 118238 | ||||
* | Perform overload resolution when static_cast'ing from a | Douglas Gregor | 2010-03-07 | 1 | -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 Dunbar | 2009-12-15 | 1 | -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 Carlsson | 2009-09-15 | 1 | -0/+7 |
llvm-svn: 81835 |