aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/cxx-references.cpp
AgeCommit message (Expand)Author
2008-08-16Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis
2007-12-03Fix for testcase that assigns a dereferenced reference to a pointer. TheBill Wendling
2007-10-16initialization of references should not do default fn/array promotions.Chris Lattner
2007-09-04disable this for now.Chris Lattner
2007-07-17Fix references:Bill Wendling