summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a hackaround to avoid the crash in PR10355. However, our recoveryDouglas Gregor2011-07-141-0/+11
* [arcmt] Make sure migrating to ARC works even if '-fobjc-arc' is included in ...Argyrios Kyrtzidis2011-07-145-0/+57
* PR8800: When building a conversion to A& using a member operatorA&(), do not ...Richard Smith2011-07-131-0/+14
* Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes2011-07-132-2/+17
* Fix an incorrect namespace typo-correction diagnostic, from KaelynDouglas Gregor2011-07-131-3/+14
* Emit debug info for extended vectors.Devang Patel2011-07-131-0/+5
* format string checking: long and int have the same widths on 32-bit, so we sh...Ted Kremenek2011-07-131-0/+14
* Enforce access control for the destructor in a new[] expression and markJohn McCall2011-07-132-0/+22
* [arcmt] Add weak/unsafe_unretained for "@property (readonly)" when we are @sy...Argyrios Kyrtzidis2011-07-132-4/+6
* [arcmt] For properties rewrite 'assign' -> 'weak or unsafe_unretained', 'reta...Argyrios Kyrtzidis2011-07-138-27/+29
* With -Wselector, don't warn about unimplemented optional methodFariborz Jahanian2011-07-131-0/+25
* Don't crash if defining -dealloc in a category.John McCall2011-07-131-0/+10
* In debugger mode, make ObjC message sends to unknown selectors returnJohn McCall2011-07-131-0/+14
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-132-2/+3
* Re-relax conversion specifier checking for printf format strings and conversi...Ted Kremenek2011-07-131-2/+2
* Fix inversion in argument type checking for format strings with conversion sp...Ted Kremenek2011-07-131-0/+9
* Okay, that rule about zero-length arrays applies to destroyingJohn McCall2011-07-133-7/+8
* Arrays are permitted to be zero-length in some situations.John McCall2011-07-131-0/+11
* Make the integer-range analysis recognize ^= correctly,John McCall2011-07-131-0/+15
* Convert the standard default-construction loops to use phis andJohn McCall2011-07-134-32/+69
* PR10337 reminds me that calls return values, lets handle them justChris Lattner2011-07-131-0/+16
* Eliminate an incomplete/incorrect attempt to provide support for C++0xDouglas Gregor2011-07-131-0/+16
* Silliness with commas, as reported at http://blog.regehr.org/archives/558 . ...Eli Friedman2011-07-131-0/+1
* Switch delete[] IR-generation over to the destroy framework,John McCall2011-07-132-30/+31
* When compiling ::delete for a class with a virtual destructor, callDouglas Gregor2011-07-131-0/+19
* revert fix for // rdar://9740328Fariborz Jahanian2011-07-121-0/+1
* Revert r134946Bruno Cardoso Lopes2011-07-121-2/+2
* [arcmt] Also avoid 'weak' for forward references to objc classes.Argyrios Kyrtzidis2011-07-122-4/+10
* [arcmt] Before applying '__weak' check whether the objc class is annotated wi...Argyrios Kyrtzidis2011-07-122-14/+46
* objc++: Some level of covariance is allowed in ObjC properties.Fariborz Jahanian2011-07-121-0/+19
* Implement -MG. Fixes PR9613Peter Collingbourne2011-07-121-0/+5
* In ARC mode, consider Objective-C lifetime types (object pointers andDouglas Gregor2011-07-124-6/+29
* Fix a bug where a local variable named 'self' is causingFariborz Jahanian2011-07-121-7/+8
* Switch field destruction over to use the new destroyer-based APIJohn McCall2011-07-122-9/+15
* Improve name mangling for instantiation-dependent types that are notDouglas Gregor2011-07-121-0/+9
* Fix typo correction crash on overloaded functions, pr10283.Hans Wennborg2011-07-121-0/+12
* Implement name mangling for sizeof...(function parameter pack).Douglas Gregor2011-07-121-0/+10
* Fix a problem Eli ran into where we now reject incomplete arrays of Chris Lattner2011-07-121-0/+19
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-127-14/+14
* Mangle dependent template names of unknown arityDouglas Gregor2011-07-121-0/+13
* fix PR10335 by watching out for IR type compatibility in call argument lists.Chris Lattner2011-07-121-2/+14
* make test name less specificChris Lattner2011-07-121-0/+0
* Implement the Itanium C++ ABI's mangling rule forDouglas Gregor2011-07-121-0/+16
* [ARC] Complain about property without storage attribute when @synthesizing it...Argyrios Kyrtzidis2011-07-121-1/+12
* Do the same as r134946 for arrays. Add more testcases for avx x86_64 argBruno Cardoso Lopes2011-07-121-3/+15
* Fix one x86_64 abi issue and the test to actually look for the right thing,Bruno Cardoso Lopes2011-07-121-2/+2
* Reapply r134754, which turns out to be working correctly and alsoBruno Cardoso Lopes2011-07-111-0/+30
* Allow us to compute linkage et al for instantiation-dependent types.Douglas Gregor2011-07-111-0/+8
* Revert r134898, "test/Frontend/dependency-gen.c: Mark XFAIL: mingw due to PR1...NAKAMURA Takumi2011-07-111-4/+0
* Reenable test.Argyrios Kyrtzidis2011-07-111-1/+0