1. d15d8c6 Make address-space qualification work correctly for compound literals. by Eli Friedman · 15 years ago
  2. 2cf738f More support for pseudo dtors. by Anders Carlsson · 15 years ago
  3. db3a0f5 Make sure to compare primary declaration contexts when determining whether a declaration is in scope by Douglas Gregor · 15 years ago
  4. 42c39f3 When we know that we are parsing a class-name, implicitly construct a by Douglas Gregor · 15 years ago
  5. c3384cb Fix for overloaded binary operators whose operands need implicit by Douglas Gregor · 15 years ago
  6. 91a2886 Fix bug in __extension__ handling for declarations, from Abramo by Douglas Gregor · 15 years ago
  7. eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 15 years ago
  8. 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 15 years ago
  9. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  10. ab2f43c Fix regression in BasicStoreManager caused by implicitly casting loaded values and trying to load/store from arrays. RegionStoreManager already properly handles these cases well; we just need to gracefully not handle this case in BasicStoreManager. This fixes PR 4781. by Ted Kremenek · 15 years ago
  11. bcf62a9 Handle pointer arithmetic in RegionStoreManager involving Objective-C pointers by Ted Kremenek · 15 years ago
  12. bc047ba Test out-of-line definition of a static data member of a member class of a nested class template. Phew by Douglas Gregor · 15 years ago
  13. c131ebb Test out-of-line definitions of static data members of nested member class templates by Douglas Gregor · 15 years ago
  14. 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
  15. 1894dce Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the by Ted Kremenek · 15 years ago
  16. 91cf419 Modify an assert to capture the restriction on friend declarations more by John McCall · 15 years ago
  17. 05396e2 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 15 years ago
  18. c87efbd Skip over bases/fields with dependent types. Fixes pr4771. by Fariborz Jahanian · 15 years ago
  19. 53ca798 Test case for r79968 (courtesy of Anders). by Fariborz Jahanian · 15 years ago
  20. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  21. 0b84a53 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 15 years ago
  22. 4fb7720 Handle the implicit 'this' parameter for format attributes. by Anders Carlsson · 15 years ago
  23. 5653ca5 If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer. by Anders Carlsson · 15 years ago
  24. 293361a Emit conversion functions correctly. by Anders Carlsson · 15 years ago
  25. 8644aec Improved support for default arguments in constructors for class templates. by Anders Carlsson · 15 years ago
  26. 80f01ba Remove a test that relies on old debug info format. by Devang Patel · 15 years ago
  27. 9351c17 Basic support for default argument expressions for function templates. by Anders Carlsson · 15 years ago
  28. c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
  29. ac50213 Add test case for PR 4759. by Ted Kremenek · 15 years ago
  30. 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
  31. 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
  32. 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
  33. 9983cc1 Don't try to evaluate an expression that is type- or value-dependent while building the CFG by Douglas Gregor · 15 years ago
  34. a24eb4e Skip transparent contexts when performing C++ name lookup by Douglas Gregor · 15 years ago
  35. e977624 Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast by Anders Carlsson · 15 years ago
  36. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  37. 77a2b4f Fixes pr4763. by Fariborz Jahanian · 15 years ago
  38. 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
  39. 1bba242 Improve top-level-semicolon test a bit by Douglas Gregor · 15 years ago
  40. a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  41. efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
  42. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  43. 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
  44. 95190d0 Tests for C++ lex.trigraph, patch by Mats! by Daniel Dunbar · 15 years ago
  45. 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 15 years ago
  46. 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 15 years ago
  47. d1a9bac Handle CK_NullToMemberPointer casts in the constant expr emitter. by Anders Carlsson · 15 years ago
  48. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  49. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  50. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  51. 6365e3e tweak some pointer sema checking stuff (which was added to implement PR4175) to by Chris Lattner · 15 years ago
  52. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  53. 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
  54. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  55. 17e32f3 Refactor instantiation of destructors to use the common CXXMethodDecl by Douglas Gregor · 15 years ago
  56. c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
  57. 1cbc6b0 Add test for out-of-line definition of a conversion function by Douglas Gregor · 15 years ago
  58. ac373c4 Fix parsing for out-of-line definitions of constructors and by Douglas Gregor · 15 years ago
  59. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  60. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  61. 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
  62. 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
  63. 1633427 Fix typo. by Mike Stump · 15 years ago
  64. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
  65. 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
  66. 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
  67. 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
  68. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  69. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
  70. ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 15 years ago
  71. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  72. 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago
  73. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
  74. e29ba20 Basic nested-template implementation. by John McCall · 15 years ago
  75. 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
  76. c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 15 years ago
  77. 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
  78. a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 15 years ago
  79. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
  80. b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
  81. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  82. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  83. 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
  84. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  85. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  86. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  87. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  88. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  89. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  90. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  91. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  92. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  93. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  94. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
  95. 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
  96. 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
  97. 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
  98. bf030d7 Make test more precise. by Eli Friedman · 15 years ago
  99. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  100. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago