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