Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -1/+1 |
| | | | | llvm-svn: 230795 | ||||
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -1/+1 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | Introduce a new kind of derived-to-base cast which bypasses the need for | John McCall | 2010-03-30 | 1 | -0/+40 |
| | | | | | | | null checks, and make sure we elide null checks when accessing base class members. llvm-svn: 99963 | ||||
* | 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 | ||||
* | Implement IRGen for MemberExpr referring to static member function. | Eli Friedman | 2009-11-26 | 1 | -0/+8 |
| | | | | llvm-svn: 89938 | ||||
* | We always need to emit the base expression of a member expression, even when ↵ | Anders Carlsson | 2009-11-24 | 1 | -1/+12 |
| | | | | | | the member decl refers to an enum. Thanks to Eli for pointing this out! llvm-svn: 89775 | ||||
* | Don't try to treat an enum constant as an lvalue. | Anders Carlsson | 2009-11-23 | 1 | -0/+8 |
| | | | | llvm-svn: 89705 | ||||
* | Handle member expressions where the member declaration is actually a static ↵ | Anders Carlsson | 2009-11-07 | 1 | -0/+19 |
variable. Fixes PR5392. llvm-svn: 86414 |