summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a simple test for temporaries.Anders Carlsson2009-08-151-0/+13
* Implement __is_empty. Patch by Sean Hunt.Eli Friedman2009-08-151-8/+56
* Don't perform integer promotions on the operand to a cast; this Eli Friedman2009-08-151-1/+1
* Improved on ir-gen for synthesis of non-trivial defaultFariborz Jahanian2009-08-151-0/+24
* Make test more precise.Eli Friedman2009-08-151-4/+2
* Make test a bit more precise.Eli Friedman2009-08-151-1/+1
* Fix for PR4721: adjust CodeGen and ASTContext so that we have a Eli Friedman2009-08-151-0/+11
* Disable all recognition of main() in -ffreestanding. Addresses bug #4720.John McCall2009-08-151-0/+9
* Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek2009-08-152-9/+10
* Add more attribute 'malloc' test cases involving function pointers.Ted Kremenek2009-08-142-0/+4
* Per Eli Friedman's feedback, handle attribute 'malloc' being applied toTed Kremenek2009-08-141-3/+5
* objc2's foreach statement's selector type can beFariborz Jahanian2009-08-141-0/+11
* This test case does not need to include 'stdlib.h'.Ted Kremenek2009-08-141-2/+0
* Improve Sema's handling of attribute 'malloc' to reject the attribute whenTed Kremenek2009-08-141-0/+14
* ir-gen for generation of trvial copy constructorFariborz Jahanian2009-08-141-1/+14
* Fixed a regression in deciding when to issue warning on properties whichFariborz Jahanian2009-08-141-0/+1
* PR4715Shantonu Sen2009-08-141-1/+4
* Support friend declarations in templates and test that argdep lookupJohn McCall2009-08-141-0/+20
* Testcase for a recent checkin.Mike Stump2009-08-141-2/+2
* Testcase for recent checkin.Mike Stump2009-08-141-2/+2