summaryrefslogtreecommitdiffstats
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r155356:Bill Wendling2012-05-121-0/+8
* objective-c modern translator: buildit objc boolFariborz Jahanian2012-04-161-1/+1
* super and class property reference expressions don't need to beDouglas Gregor2012-04-131-0/+15
* objective-c numeric literal: type of boolean isFariborz Jahanian2012-04-121-1/+10
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-0619-19/+19
* Forbid the block and lambda copy-capture of __autoreleasing variablesJohn McCall2012-03-301-0/+21
* Fix typo in my last patch.Fariborz Jahanian2012-03-281-2/+2
* objective-c: Improve diagnostics andFariborz Jahanian2012-03-281-2/+2
* lldb support: under debugger support flag, when sending messageFariborz Jahanian2012-03-091-0/+8
* Perform l2r conversions on delete operands before doingJohn McCall2012-03-091-0/+21
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-062-0/+316
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-0/+10
* In Objective-C++, allow the keyword 'class' to be used as a propertyDouglas Gregor2012-02-161-0/+17
* Only complain about __strong __strong id, not __strong SomeStrongTypedefJohn McCall2012-02-081-2/+2
* Fixed some testsuite problems introduced by mySean Callanan2012-02-042-1/+10
* [frontend] Don't allow a mapping to a warning override an error/fatal mapping.Chad Rosier2012-02-031-1/+1
* Look for declaration of CFBridgingRetain/CFBridgingRetain beforeFariborz Jahanian2012-02-011-14/+18
* objc-arc: In various diagnostics mention Fariborz Jahanian2012-01-311-14/+14
* objc: Issue a generic diagnostic assigning to Fariborz Jahanian2012-01-241-2/+2
* objc: issue error if assigning objects in fragile-abi too.Fariborz Jahanian2012-01-241-0/+13
* Minor fixups for auto deduction of initializer lists.Sebastian Redl2012-01-231-1/+1
* objc: deprecate direct usage of 'isa' of objc objectsFariborz Jahanian2012-01-181-4/+6
* Fix a couple issues where we didn't correctly delay diagnostics in Potentiall...Eli Friedman2012-01-181-0/+16
* Reinstate test case accidentally reverted by r148028Douglas Gregor2012-01-131-4/+14
* In Objective-C++, actually compute the base type of a member accessDouglas Gregor2012-01-121-6/+15
* Fix some edge cases with C++ casts and placeholder expressions.Eli Friedman2012-01-121-0/+9
* Typo in test.John McCall2012-01-111-2/+2
* Do placeholder conversions on array bounds in both declarators andJohn McCall2012-01-111-0/+9
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-102-4/+4
* Unrevert r147271, reverted in r147361.Richard Smith2011-12-301-8/+8
* Revert r147271. This fixes PR11676.Rafael Espindola2011-12-301-8/+8
* constexpr: perform zero-initialization prior to / instead of performing aRichard Smith2011-12-251-8/+8
* "Accidentally" fixed a bug with overloading of functions withDouglas Gregor2011-12-151-0/+6
* In debugger support mode, if we have a top-level message sendDouglas Gregor2011-12-151-1/+2
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Resolve placeholder expressions before trying to deduceJohn McCall2011-11-151-2/+11
* Don't crash when a duplicate interface/protocol is inside an extern "C" context.Argyrios Kyrtzidis2011-11-131-0/+30
* Improve text of a diagnostic. Fariborz Jahanian2011-10-311-3/+3
* objc-arc: desugar certain type and improve on diagnostic forFariborz Jahanian2011-10-291-3/+3
* objective-c arc: type-casting of an objc pointer toFariborz Jahanian2011-10-281-3/+6
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-1/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+1
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-1/+1
* Teach the ARC compiler to not require __bridge casts whenJohn McCall2011-10-172-4/+107
* Under ARC, merge the bit corresponding to the ns_returns_retainedDouglas Gregor2011-10-141-0/+8
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-132-2/+2
* Don't complain about qualified property or ivar access when theDouglas Gregor2011-10-101-0/+2
* Diagnose attempts to qualify the name of an instance variable orDouglas Gregor2011-10-091-0/+15
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-072-2/+15
* objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian2011-10-062-1/+30