summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/member-expressions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall2010-03-301-0/+40
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement IRGen for MemberExpr referring to static member function.Eli Friedman2009-11-261-0/+8
* We always need to emit the base expression of a member expression, even when ...Anders Carlsson2009-11-241-1/+12
* Don't try to treat an enum constant as an lvalue.Anders Carlsson2009-11-231-0/+8
* Handle member expressions where the member declaration is actually a static v...Anders Carlsson2009-11-071-0/+19