1. e977624 Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast by Anders Carlsson · 15 years ago
  2. 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
  3. 77a2b4f Fixes pr4763. by Fariborz Jahanian · 15 years ago
  4. 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
  5. 1bba242 Improve top-level-semicolon test a bit by Douglas Gregor · 15 years ago
  6. a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
  7. efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
  8. b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
  9. 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
  10. 95190d0 Tests for C++ lex.trigraph, patch by Mats! by Daniel Dunbar · 15 years ago
  11. 3075e76 Catch a few more cases of illegal comparisons. by Eli Friedman · 15 years ago
  12. 06c0f5b Eli points out that we really must diagnose "void* > 0" as an extension. by Chris Lattner · 15 years ago
  13. d1a9bac Handle CK_NullToMemberPointer casts in the constant expr emitter. by Anders Carlsson · 15 years ago
  14. 9ec22a3 Type of a ?: expression whose either expression is a built-in 'id' by Fariborz Jahanian · 15 years ago
  15. 835ed7f Don't issue warning on multiple selector found when by Fariborz Jahanian · 15 years ago
  16. 92eaacb Removed -Wundeclared-selector and -Wreadonly-setter-attrs from by Fariborz Jahanian · 15 years ago
  17. 6365e3e tweak some pointer sema checking stuff (which was added to implement PR4175) to by Chris Lattner · 15 years ago
  18. d83d040 Implement delayed parsing for member function templates. Fixes PR4608. by Douglas Gregor · 15 years ago
  19. 1561248 Add test taking the address of a member function template and converting it to a member pointer. by Douglas Gregor · 15 years ago
  20. 65ec1fd Implement conversion function templates, along with the ability to use by Douglas Gregor · 15 years ago
  21. 17e32f3 Refactor instantiation of destructors to use the common CXXMethodDecl by Douglas Gregor · 15 years ago
  22. c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
  23. 1cbc6b0 Add test for out-of-line definition of a conversion function by Douglas Gregor · 15 years ago
  24. ac373c4 Fix parsing for out-of-line definitions of constructors and by Douglas Gregor · 15 years ago
  25. dec0666 Introduce support for constructor templates, which can now be declared by Douglas Gregor · 15 years ago
  26. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  27. 666a91e Testcase for a recent checkin. by Mike Stump · 15 years ago
  28. 64a54ad Array member construction in prologue of user-declared constructors. by Fariborz Jahanian · 15 years ago
  29. 1633427 Fix typo. by Mike Stump · 15 years ago
  30. b9871a2 We now support overriding base functions in vtables. WIP. by Mike Stump · 15 years ago
  31. 6b90686 Implement support for calling member function templates, which involves: by Douglas Gregor · 15 years ago
  32. 6b48720 Added member arrays to more tests now that ir-gen supports it. by Fariborz Jahanian · 15 years ago
  33. 1c536bf Patch to ir-gen destruction of array member elements in revers order by Fariborz Jahanian · 15 years ago
  34. 37b372b Initial support for parsing and representation of member function templates. by Douglas Gregor · 15 years ago
  35. b983744 Refine vbase offsets for the inductive case. Things are now starting by Mike Stump · 15 years ago
  36. ac02f20 retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:' by Ted Kremenek · 15 years ago
  37. caac089 Make this test case more portable by removing its dependency on system header files. by Ted Kremenek · 15 years ago
  38. 04e8357 Fix bit-field promotion to be a bit closer to the behavior of gcc. by Eli Friedman · 15 years ago
  39. 7fa0d93 Ensure we don't output repeated vbase offsets. I have a testcase for by Mike Stump · 15 years ago
  40. e29ba20 Basic nested-template implementation. by John McCall · 15 years ago
  41. 995d281 Test case for my last patch plus a minor clean up. by Fariborz Jahanian · 15 years ago
  42. c484381 retain/release checker: Special case handling of CFAttributedStringSetAttribute, by Ted Kremenek · 15 years ago
  43. 9c88d98 Update for recent improvements. by Mike Stump · 15 years ago
  44. a95d757 Make integer promotions work correctly on PIC16 and other platforms by Eli Friedman · 15 years ago
  45. 09765ec Restore vbase offsets for classes without a primary. by Mike Stump · 15 years ago
  46. b46c92d Refine vcalls a little. by Mike Stump · 15 years ago
  47. 4f9449d Add test for finding bfin backend. by Daniel Dunbar · 15 years ago
  48. d3afba8 Fix some made up triples. by Daniel Dunbar · 15 years ago
  49. 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
  50. f7a0b6b XFAIL this test for now. David/Steve, please sort out the correct fix. by Daniel Dunbar · 15 years ago
  51. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  52. fe3010d Refine vbase offset calculations. WIP. by Mike Stump · 15 years ago
  53. 419cfb3 Improve the diagnostic emitted when an unused ObjC property getter by Chris Lattner · 15 years ago
  54. 2d46eb2 Call MaybeBindToTemporary for overloaded binary and unary operators. by Anders Carlsson · 15 years ago
  55. a303f9e Call MaybeBindToTemporary when constructing functino call operator calls. by Anders Carlsson · 15 years ago
  56. 6f68027 Add MaybeBindToTemporary calls for member call expressions. by Anders Carlsson · 15 years ago
  57. ec74c59 Make sure to call MaybeBindToTemporary when creating CallExprs. by Anders Carlsson · 15 years ago
  58. 4ec04c4 Use the -NEXT feature of FileCheck. by Mike Stump · 15 years ago
  59. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  60. 7a039eb Add a simple test for temporaries. by Anders Carlsson · 15 years ago
  61. 1d954f6 Implement __is_empty. Patch by Sean Hunt. by Eli Friedman · 15 years ago
  62. 199ea95 Don't perform integer promotions on the operand to a cast; this by Eli Friedman · 15 years ago
  63. 1d9b5ef Improved on ir-gen for synthesis of non-trivial default by Fariborz Jahanian · 15 years ago
  64. bf030d7 Make test more precise. by Eli Friedman · 15 years ago
  65. cdcea87 Make test a bit more precise. by Eli Friedman · 15 years ago
  66. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
  67. 07a5c22 Disable all recognition of main() in -ffreestanding. Addresses bug #4720. by John McCall · 15 years ago
  68. 2cff7d1 Change handling of attribute 'malloc' to only accept the attribute on function by Ted Kremenek · 15 years ago
  69. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  70. b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  71. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  72. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  73. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  74. 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
  75. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  76. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  77. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
  78. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  79. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  80. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  81. 183d718 Fixed a bug in ir-gen for copy assignment synthesis. by Fariborz Jahanian · 15 years ago
  82. 7884678 Add testcase for recent work. by Mike Stump · 15 years ago
  83. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  84. eea0a5c Adds testing of copy assignment of anonymous union data members. by Fariborz Jahanian · 15 years ago
  85. 6dee5d8 More complete test for my previous patch. by Fariborz Jahanian · 15 years ago
  86. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  87. 8d5053c Update test by Daniel Dunbar · 15 years ago
  88. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  89. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  90. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  91. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  92. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  93. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago
  94. 73e10b0 Rename macro to avoid a name clash on FreeBSD. by Benjamin Kramer · 15 years ago
  95. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  96. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  97. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  98. e649412 ir-gen support for anonymous union data member by Fariborz Jahanian · 15 years ago
  99. b2fedb4 Update test case. by Daniel Dunbar · 15 years ago
  100. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago