1. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  2. 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
  3. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  4. 17e32f3 Refactor instantiation of destructors to use the common CXXMethodDecl by Douglas Gregor · 15 years ago
  5. c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
  6. 1cbc6b0 Add test for out-of-line definition of a conversion function by Douglas Gregor · 15 years ago
  7. ac373c4 Fix parsing for out-of-line definitions of constructors and by Douglas Gregor · 15 years ago
  8. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  9. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  10. 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
  11. 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
  12. 1633427 Fix typo. by Mike Stump · 15 years ago
  13. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
  14. 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
  15. 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
  16. 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
  17. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  18. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
  19. ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 15 years ago
  20. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  21. 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago
  22. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
  23. e29ba20 Basic nested-template implementation. by John McCall · 15 years ago
  24. 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
  25. c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 15 years ago
  26. 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
  27. a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 15 years ago
  28. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
  29. b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
  30. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  31. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  32. 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
  33. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  34. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  35. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  36. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  37. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  38. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  39. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  40. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  41. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  42. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  43. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
  44. 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
  45. 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
  46. 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
  47. bf030d7 Make test more precise. by Eli Friedman · 15 years ago
  48. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  49. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
  50. 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
  51. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  52. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  53. b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  54. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  55. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  56. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  57. 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
  58. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  59. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  60. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
  61. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  62. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  63. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  64. 183d718 Fixed a bug in ir-gen for copy assignment synthesis. by Fariborz Jahanian · 15 years ago
  65. 7884678 Add testcase for recent work. by Mike Stump · 15 years ago
  66. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  67. eea0a5c Adds testing of copy assignment of anonymous union data members. by Fariborz Jahanian · 15 years ago
  68. 6dee5d8 More complete test for my previous patch. by Fariborz Jahanian · 15 years ago
  69. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  70. 8d5053c Update test by Daniel Dunbar · 15 years ago
  71. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  72. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  73. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  74. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  75. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  76. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago
  77. 73e10b0 Rename macro to avoid a name clash on FreeBSD. by Benjamin Kramer · 15 years ago
  78. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  79. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  80. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  81. e649412 ir-gen support for anonymous union data member by Fariborz Jahanian · 15 years ago
  82. b2fedb4 Update test case. by Daniel Dunbar · 15 years ago
  83. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  84. 4952094 Implement more of the inductive case for vtable layout involving by Mike Stump · 15 years ago
  85. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  86. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  87. 2e0110e these tests include section specifiers that aren't valid on the by Chris Lattner · 15 years ago
  88. f05fe65 ir-gen for generating copying of scalar data members in by Fariborz Jahanian · 15 years ago
  89. 370c884 Fixed a ir-gen bug in synthesizing copy constructors. by Fariborz Jahanian · 15 years ago
  90. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  91. fd6ad3c warn, as gcc does, if __attribute__((malloc)) applied to function returning non-pointer type by Ryan Flynn · 15 years ago
  92. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  93. 237957c Improve handling of member pointers. by Anders Carlsson · 15 years ago
  94. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  95. 942f4f3 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 15 years ago
  96. 89ed31d Add support for global initializers. by Anders Carlsson · 15 years ago
  97. 3b2e16b Refactor some code and implement support for global destructors for static variables. by Anders Carlsson · 15 years ago
  98. 8249576 Use CastExpr::CK_ArrayToPointerDecay and fix an assert. by Anders Carlsson · 15 years ago
  99. 87b5fa9 Add tests. by Anders Carlsson · 15 years ago
  100. 8045c73 PR4700 - remove shift by 0 warning by Ryan Flynn · 15 years ago