summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-101-0/+135
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-292-106/+259
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-221-3/+3
* Disallow driver use in more Sema testsAlp Toker2014-04-191-0/+4
* Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian2014-04-042-26/+26
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-071-1/+1
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-091-3/+3
* A new conversion warning for when an Objective-C object literal is implicitlyRichard Trieu2014-01-281-0/+74
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* [ms-cxxabi] Elide dtor access checks for pass-by-val objects in calleesHans Wennborg2014-01-131-2/+3
* Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...Douglas Gregor2014-01-021-0/+16
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-181-1/+1
* Allow Objective-C pointer conversions following an explicit user conversion.Douglas Gregor2013-12-181-0/+19
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-8/+4
* 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