| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the C++ Sema tests into a separate SemaCXX directory. | Argyrios Kyrtzidis | 2008-08-16 | 1 | -28/+0 |
| | | | | | llvm-svn: 54853 | ||||
| * | Fix for testcase that assigns a dereferenced reference to a pointer. The | Bill Wendling | 2007-12-03 | 1 | -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 Lattner | 2007-10-16 | 1 | -2/+11 |
| | | | | | | | This fixes a bug Anders noticed. llvm-svn: 43024 | ||||
| * | disable this for now. | Chris Lattner | 2007-09-04 | 1 | -0/+3 |
| | | | | | llvm-svn: 41701 | ||||
| * | Fix references: | Bill Wendling | 2007-07-17 | 1 | -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 | |||||

