1. 5dfb823 Fix test case to match intent. by Daniel Dunbar · 16 years ago
  2. a0f71de Add another test. by Anders Carlsson · 16 years ago
  3. 6a75cd9 Implement more of C++0x 'auto'. A variable with an auto type specifier must have an initializer. Also, move some tests around to match the C++0x draft better. by Anders Carlsson · 16 years ago
  4. 0d5dc8e Another little test for C++ [over.over] by Douglas Gregor · 16 years ago
  5. 72e771f Add test for C++ [over.over.]p1, the contexts in which one can take the address of an overloaded function. by Douglas Gregor · 16 years ago
  6. 9b31df4 Store the isAddressOfOperand in the UnresolvedDeclRefExpr, so that we can pass it when instantiating the expr. Fixes another member pointer bug. by Anders Carlsson · 16 years ago
  7. 00aeb52 Implement the simple form of overload resolution used when taking the by Douglas Gregor · 16 years ago
  8. f9e48bd It's not allowed to form member pointers to members that have reference type. Add a test for this and the rest of [dcl.mptr]p3. by Anders Carlsson · 16 years ago
  9. 83314aa Implement template argument deduction when taking the address of a by Douglas Gregor · 16 years ago
  10. daa439a Fix a corner case with argument-dependent lookup and overloaded function sets. by Douglas Gregor · 16 years ago
  11. 69be8d6 Improve argument-dependent lookup to find associated classes and by Douglas Gregor · 16 years ago
  12. 3e15cc3 Overload resolution prefers non-templates to templates by Douglas Gregor · 16 years ago
  13. de0cb8b Improve template argument deduction from a call. In particular, by Douglas Gregor · 16 years ago
  14. 41e8c21 Fix RUN line so this test doesn't hang. by Ted Kremenek · 16 years ago
  15. cca9e96 Keep track of more information within the template instantiation stack, e.g., by Douglas Gregor · 16 years ago
  16. 16134c6 Cope with explicitly-specified function template arguments when there by Douglas Gregor · 16 years ago
  17. 6db8ed4 When explicit template arguments are provided for a function call, by Douglas Gregor · 16 years ago
  18. edce4dd Preliminary parsing and ASTs for template-ids that refer to function by Douglas Gregor · 16 years ago
  19. b33fe2f When recursively instantiating function templates, keep track of the by Douglas Gregor · 16 years ago
  20. 508f1c8 During template argument deduction from a function call, allow by Douglas Gregor · 16 years ago
  21. baf45d3 More auto work. by Anders Carlsson · 16 years ago
  22. 714d35b Fix test. by Anders Carlsson · 16 years ago
  23. 8a5cb11 A little template argument deduction test uncovered an "oops". As part by Douglas Gregor · 16 years ago
  24. f670c8c Template argument deduction is no longer responsible for checking by Douglas Gregor · 16 years ago
  25. e7cf07d Can't have arrays of auto. by Anders Carlsson · 16 years ago
  26. e2bb224 An auto variable can't appear in its own initializer. by Anders Carlsson · 16 years ago
  27. 500d331 Improve template argument deduction for reference parameters when by Douglas Gregor · 16 years ago
  28. e53060f Improved semantic analysis and AST respresentation for function templates. by Douglas Gregor · 16 years ago
  29. 60a9a2a C++ decltype support (N2343) by Anders Carlsson · 16 years ago
  30. 34d1dc9 Implement matching of function templates, so that one can declare overloaded function templates. C++ [temp.over.link] paragraphs 4-8. by Douglas Gregor · 16 years ago
  31. 9ca97ba Add test for [class.local]p2. by Anders Carlsson · 16 years ago
  32. 3aa518b Add test for [class.nested.type]p1 by Anders Carlsson · 16 years ago
  33. e98da2e Support for [class.local]p4. by Anders Carlsson · 16 years ago
  34. e41590d [class.local] p1 and p3. Also, add back the xcodeproj file. by Anders Carlsson · 16 years ago
  35. e67068c Add a test illustrating our current inability to properly cope with the point of instantation of a member function of a class template specialization by Douglas Gregor · 16 years ago
  36. 33a3907 New test for when the subexpressions within a typeid are potentially evaluated. We seem to be the only ones to get this right. by Douglas Gregor · 16 years ago
  37. 0ffd9ff Implement correct name lookup inside an initializer of a C++ class static data member. by Argyrios Kyrtzidis · 16 years ago
  38. b280638 More [basic.lookup.unqual] tests. - p13 and p14 are important failures. by Daniel Dunbar · 16 years ago
  39. cbeedfa Test for [basic.lookup.unqual]p3 by Daniel Dunbar · 16 years ago
  40. 247baca Move a bunch of tests into temp.param, and write a few tests for paragraphs that hadn't been touched before by Douglas Gregor · 16 years ago
  41. cb8845f Add some random C++ standard tests. by Daniel Dunbar · 16 years ago