summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge 81238 from mainline.Tanya Lattner2009-09-081-36/+43
* Merge 80808 from mainline.Tanya Lattner2009-09-041-0/+16
* Merge 80964 from mainline.Tanya Lattner2009-09-041-0/+19
* Merge from mainlineTanya Lattner2009-08-311-2/+3
* Merge from mainline.Tanya Lattner2009-08-313-16/+20
* Merge 79781 from mainline. Tanya Lattner2009-08-221-0/+27
* Merge 79776 from mainline.Tanya Lattner2009-08-221-0/+13
* Merge from mainline.Tanya Lattner2009-08-221-9/+5
* Implement delayed parsing for member function templates. Fixes PR4608.Douglas Gregor2009-08-222-12/+11
* Add test taking the address of a member function template and converting it t...Douglas Gregor2009-08-211-0/+11
* Implement conversion function templates, along with the ability to useDouglas Gregor2009-08-213-0/+114
* Refactor instantiation of destructors to use the common CXXMethodDeclDouglas Gregor2009-08-211-0/+11
* Patch to ir-gen copy assigning array members when synthesizing Fariborz Jahanian2009-08-211-0/+7
* Add test for out-of-line definition of a conversion functionDouglas Gregor2009-08-211-0/+7
* Fix parsing for out-of-line definitions of constructors andDouglas Gregor2009-08-211-1/+10
* Introduce support for constructor templates, which can now be declaredDouglas Gregor2009-08-212-1/+25
* Patch to provide ir-gen support in copying array membersFariborz Jahanian2009-08-211-0/+34
* Testcase for a recent checkin.Mike Stump2009-08-211-2/+2
* Array member construction in prologue of user-declaredFariborz Jahanian2009-08-211-0/+3
* Fix typo.Mike Stump2009-08-211-2/+2
* We now support overriding base functions in vtables. WIP.Mike Stump2009-08-211-0/+31
* Implement support for calling member function templates, which involves:Douglas Gregor2009-08-211-2/+27
* Added member arrays to more tests now that ir-gen supports it.Fariborz Jahanian2009-08-201-3/+9
* Patch to ir-gen destruction of array member elements in revers orderFariborz Jahanian2009-08-201-1/+1
* Initial support for parsing and representation of member function templates.Douglas Gregor2009-08-201-0/+5
* Refine vbase offsets for the inductive case. Things are now startingMike Stump2009-08-201-6/+76
* retain/release checker: Treat NSObject method '-awakeAfterUsingCoder:'Ted Kremenek2009-08-201-6/+26
* Make this test case more portable by removing its dependency on system header...Ted Kremenek2009-08-201-3/+8
* Fix bit-field promotion to be a bit closer to the behavior of gcc. Eli Friedman2009-08-202-2/+51
* Ensure we don't output repeated vbase offsets. I have a testcase forMike Stump2009-08-201-2/+2
* Basic nested-template implementation.John McCall2009-08-201-0/+16
* Test case for my last patch plus a minor clean up.Fariborz Jahanian2009-08-201-0/+45
* retain/release checker: Special case handling of CFAttributedStringSetAttribute,Ted Kremenek2009-08-202-76/+93
* Update for recent improvements.Mike Stump2009-08-191-2/+2
* Make integer promotions work correctly on PIC16 and other platforms Eli Friedman2009-08-191-0/+6
* Restore vbase offsets for classes without a primary.Mike Stump2009-08-191-1/+169
* Refine vcalls a little.Mike Stump2009-08-191-22/+22
* Add test for finding bfin backend.Daniel Dunbar2009-08-181-0/+1
* Fix some made up triples.Daniel Dunbar2009-08-183-15/+15
* Patch to 1) synthesizing non-trivial default destructor whenFariborz Jahanian2009-08-171-0/+54
* XFAIL this test for now. David/Steve, please sort out the correct fix.Daniel Dunbar2009-08-171-0/+3
* Improve handling of delete expressions.Anders Carlsson2009-08-161-0/+25
* Refine vbase offset calculations. WIP.Mike Stump2009-08-161-24/+24
* Improve the diagnostic emitted when an unused ObjC property getterChris Lattner2009-08-161-1/+1
* Call MaybeBindToTemporary for overloaded binary and unary operators.Anders Carlsson2009-08-161-1/+15
* Call MaybeBindToTemporary when constructing functino call operator calls.Anders Carlsson2009-08-161-1/+14
* Add MaybeBindToTemporary calls for member call expressions.Anders Carlsson2009-08-161-2/+18
* Make sure to call MaybeBindToTemporary when creating CallExprs.Anders Carlsson2009-08-161-4/+19
* Use the -NEXT feature of FileCheck.Mike Stump2009-08-161-216/+216
* Cleanups and fixups for calculating the virtual base offsets. WIP.Mike Stump2009-08-161-44/+123