summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/member-expressions.cpp
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2010-03-30Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-26Implement IRGen for MemberExpr referring to static member function.Eli Friedman
2009-11-24We always need to emit the base expression of a member expression, even when ...Anders Carlsson
2009-11-23Don't try to treat an enum constant as an lvalue.Anders Carlsson
2009-11-07Handle member expressions where the member declaration is actually a static v...Anders Carlsson