summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-091-6/+6
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+31
* Test to ensure no old-style-cast warning is emitted for objc-arc __bridge castsAlp Toker2013-12-031-0/+11
* ObjectiveC migrator. Improve on definition, useFariborz Jahanian2013-11-222-2/+2
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-212-0/+267
* Fix new check for missing semicolon after struct definition to deal with theRichard Smith2013-11-201-4/+4
* Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...Douglas Gregor2013-11-081-0/+10
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-071-0/+33
* ObjectiveC++: support for passing C++11 style initialized temporaries to Fariborz Jahanian2013-10-161-0/+31
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Don't produce duplicate notes if we have deduction failure notes when resolvingRichard Smith2013-08-141-2/+1
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-191-2/+4
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-191-4/+2
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-191-2/+4
* Fix recovery for missing * in objc property.Eli Friedman2013-07-091-0/+8
* Remove referece type onproperty of abstractFariborz Jahanian2013-07-051-1/+1
* Objective-C: diagnose when synthesizing an ivar ofFariborz Jahanian2013-07-051-0/+4
* [Sema] Call CheckParmForFunctionDef on ObjC method parametersReid Kleckner2013-06-241-0/+14
* Add missing test.Eli Friedman2013-06-211-0/+11
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-182-35/+7
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-1/+1
* Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extens...Fariborz Jahanian2013-05-171-0/+23
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+1
* Grab-bag of bit-field fixes:John McCall2013-05-061-3/+16
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-2/+1
* When checking for illegal expressions in a default-argumentJohn McCall2013-04-091-0/+18
* <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor2013-04-081-0/+6
* <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor2013-04-081-0/+8
* <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor2013-04-081-0/+2
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-281-0/+3
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-271-2/+2
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-0/+216
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-081-0/+32
* Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor2013-03-071-4/+30
* Perform non-overload placeholder conversions on the operandsJohn McCall2013-03-041-0/+35
* objective-C arc: Diagnostic can not say to use bridgeFariborz Jahanian2013-02-221-0/+9
* One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor2013-01-171-0/+8
* In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor2013-01-171-0/+9
* put back diagnostics when flexible members are capturedFariborz Jahanian2013-01-091-2/+3
* Remove lambda from my last patch.Fariborz Jahanian2013-01-081-4/+2
* objectiveC blocks: It is impractical to capture Fariborz Jahanian2013-01-081-0/+9
* Fix capitalization of Objective-C in diagnostic.Ted Kremenek2013-01-031-2/+2
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-291-1/+1
* clang/test: Suppress two tests on LLP64 target, Windows x64.NAKAMURA Takumi2012-11-191-0/+2
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+45
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-131-0/+23
* Add a simple test involving decltype on Objective-C properties and ivarsDouglas Gregor2012-10-241-0/+25
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-1931-0/+31
* Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman2012-10-181-0/+21