summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/member-expressions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
| | | | llvm-svn: 230795
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-1/+1
| | | | | | tests fail. llvm-svn: 188447
* Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall2010-03-301-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 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
* Implement IRGen for MemberExpr referring to static member function.Eli Friedman2009-11-261-0/+8
| | | | llvm-svn: 89938
* We always need to emit the base expression of a member expression, even when ↵Anders Carlsson2009-11-241-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 Carlsson2009-11-231-0/+8
| | | | llvm-svn: 89705
* Handle member expressions where the member declaration is actually a static ↵Anders Carlsson2009-11-071-0/+19
variable. Fixes PR5392. llvm-svn: 86414
OpenPOWER on IntegriCloud