summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAge
* Fix assertion hit or bogus compiler error in cases when instantiating ObjC pr...Argyrios Kyrtzidis2014-06-19
* Objective-C ARC. Add support for toll-free bridge Fariborz Jahanian2014-05-10
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-29
* Objective-C ARC. Under ARC, addition of 'bridge' attributeFariborz Jahanian2014-04-22
* Disallow driver use in more Sema testsAlp Toker2014-04-19
* Objective-C arc [Sema]. Allow bridge cast of a qualified-id expressionFariborz Jahanian2014-04-04
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-07
* Improve diagnostic for using non-class/namespace/scoped enum in a nested name...David Blaikie2014-02-09
* A new conversion warning for when an Objective-C object literal is implicitlyRichard Trieu2014-01-28
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-14
* [ms-cxxabi] Elide dtor access checks for pass-by-val objects in calleesHans Wennborg2014-01-13
* Objective-C ARC++: Prefer references to __strong/__weak over __unsafe_unretai...Douglas Gregor2014-01-02
* Implemented delayed processing of 'unavailable' checking, just like with 'dep...Ted Kremenek2013-12-18
* Allow Objective-C pointer conversions following an explicit user conversion.Douglas Gregor2013-12-18
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-16
* Objective-C: Improve on various diagnostics related toFariborz Jahanian2013-12-09
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-07
* Test to ensure no old-style-cast warning is emitted for objc-arc __bridge castsAlp Toker2013-12-03
* ObjectiveC migrator. Improve on definition, useFariborz Jahanian2013-11-22
* ObjectiveC. Allow toll free bridge cast warnings outsideFariborz Jahanian2013-11-21
* Fix new check for missing semicolon after struct definition to deal with theRichard Smith2013-11-20
* Objective-C++ ARC: Improve the conversion to a const __unsafe_unretained refe...Douglas Gregor2013-11-08
* Re-instate contextual conversion to Objective-C pointers in message sends.Douglas Gregor2013-11-07
* ObjectiveC++: support for passing C++11 style initialized temporaries to Fariborz Jahanian2013-10-16
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-27
* Don't produce duplicate notes if we have deduction failure notes when resolvingRichard Smith2013-08-14
* FIXME fix: improving diagnostics for template arguments deduction of class te...Larisse Voufo2013-07-19
* Revert "Use function overloading instead of template specialization for diagn...Larisse Voufo2013-07-19
* Use function overloading instead of template specialization for diagnosis of ...Larisse Voufo2013-07-19
* Fix recovery for missing * in objc property.Eli Friedman2013-07-09
* Remove referece type onproperty of abstractFariborz Jahanian2013-07-05
* Objective-C: diagnose when synthesizing an ivar ofFariborz Jahanian2013-07-05
* [Sema] Call CheckParmForFunctionDef on ObjC method parametersReid Kleckner2013-06-24
* Add missing test.Eli Friedman2013-06-21
* Introduce a new mangling for protocol-qualified ObjC types in C++. This allowsEli Friedman2013-06-18
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-13
* Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extens...Fariborz Jahanian2013-05-17
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-15
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-14
* Grab-bag of bit-field fixes:John McCall2013-05-06
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-17
* When checking for illegal expressions in a default-argumentJohn McCall2013-04-09
* <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor2013-04-08
* <rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor2013-04-08
* <rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor2013-04-08
* Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith2013-03-28
* Objective-C: Issue more precise warning when userFariborz Jahanian2013-03-27
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-19
* Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose2013-03-08
* Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor2013-03-07