summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/cxx-references.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move the C++ Sema tests into a separate SemaCXX directory.Argyrios Kyrtzidis2008-08-161-28/+0
| | | | llvm-svn: 54853
* Fix for testcase that assigns a dereferenced reference to a pointer. TheBill Wendling2007-12-031-2/+0
| | | | | | | standard says that we should adjust the "reference to T" type to "T" before analysis. llvm-svn: 44530
* initialization of references should not do default fn/array promotions.Chris Lattner2007-10-161-2/+11
| | | | | | This fixes a bug Anders noticed. llvm-svn: 43024
* disable this for now.Chris Lattner2007-09-041-0/+3
| | | | llvm-svn: 41701
* Fix references:Bill Wendling2007-07-171-0/+18
According to the spec (C++ 5p6[expr]), we need to adjust "T&" to "T" before further analysis. We do this via the "implicit cast" thingy. llvm-svn: 39953
OpenPOWER on IntegriCloud