.. |
argument-dependent-lookup.mm
|
Objective-C++: The global namespace is an associated namespace of an
|
2011-04-12 01:02:45 +00:00 |
blocks.mm
|
Implement objective-c++'s block pointer type matching involving
|
2011-02-12 19:07:46 +00:00 |
category-lookup.mm
|
…
|
|
composite-objc-pointertype.mm
|
…
|
|
conditional-expr.mm
|
…
|
|
const-cast.mm
|
…
|
|
conversion-ranking.mm
|
Implement reasonable conversion ranking for Objective-C pointer
|
2011-01-31 18:51:41 +00:00 |
conversion-to-objc-pointer-2.mm
|
…
|
|
conversion-to-objc-pointer.mm
|
…
|
|
cstyle-block-pointer-cast.mm
|
…
|
|
cstyle-cast.mm
|
Provide overload diagnostics when explicit casts involving class types fail.
|
2011-02-14 18:34:10 +00:00 |
cxxoperator-selector.mm
|
…
|
|
deduction.mm
|
…
|
|
exceptions-fragile.mm
|
Add -fcxx-exceptions to all tests that use C++ exceptions.
|
2011-02-28 00:40:07 +00:00 |
expr-objcxx.mm
|
…
|
|
foreach-block.mm
|
…
|
|
function-pointer-void-star.mm
|
…
|
|
gc-attributes.mm
|
Relax the conversion rules for Objective-C GC qualifiers a
|
2011-05-08 06:09:53 +00:00 |
goto.mm
|
Make sure that we always pop a function's scope *before* we call
|
2011-03-16 17:05:57 +00:00 |
instantiate-expr.mm
|
…
|
|
instantiate-message.mm
|
…
|
|
instantiate-method-return.mm
|
…
|
|
instantiate-stmt.mm
|
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
2011-02-22 01:52:06 +00:00 |
ivar-construct.mm
|
…
|
|
ivar-lookup.mm
|
…
|
|
ivar-reference-type.mm
|
…
|
|
ivar-struct.mm
|
…
|
|
linkage-spec.mm
|
…
|
|
message.mm
|
Ensure that the result type of an Objective-C class message send is
|
2011-01-11 03:23:19 +00:00 |
namespace-lookup.mm
|
When checking for a prior declaration of the name of a namespace, skip
|
2011-05-06 23:28:47 +00:00 |
nullptr.mm
|
Implement comparisons between nullptr and Objective-C object
|
2011-06-01 15:12:24 +00:00 |
objc-decls-inside-namespace.mm
|
…
|
|
objc-pointer-conv.mm
|
Fix an objc++ diagnostic initializing objc pointers.
|
2011-03-21 19:08:42 +00:00 |
objc2-merge-gc-attribue-decl.mm
|
…
|
|
overload-1.mm
|
…
|
|
overload-gc.mm
|
Relax the conversion rules for Objective-C GC qualifiers a
|
2011-05-08 06:09:53 +00:00 |
overload.mm
|
When comparing Objective-C pointers during overload resolution to
|
2011-04-27 00:01:52 +00:00 |
parameters.mm
|
Diagnose C++ abstract parameters for Objective-C methods.
|
2011-04-23 02:46:06 +00:00 |
pointer-to-objc-pointer-conv.mm
|
…
|
|
propert-dot-error.mm
|
Improve test case from prior commit ever so slightly
|
2011-04-20 18:20:33 +00:00 |
properties.mm
|
Sema::MaybeBindToTemporary() shouldn't treat any expression returning
|
2011-02-08 02:14:35 +00:00 |
property-reference.mm
|
de-sugared when accessing property reference type.
|
2011-03-30 16:59:30 +00:00 |
property-synthesis-error.mm
|
Check for ivar being a C++ object before attempting to
|
2010-10-15 22:42:59 +00:00 |
protocol-lookup.mm
|
Teach the C++ simple-type-specifier parser and tentative parses about
|
2010-10-21 23:17:00 +00:00 |
references.mm
|
Warn for any kind of initialization if initializer does not
|
2011-04-08 18:25:29 +00:00 |
reinterpret-cast-objc-pointertype.mm
|
…
|
|
reserved-keyword-methods.mm
|
Use ParseObjCSelectorPiece for parsing getter and setter names in @property declarations. Fixes PR8169.
|
2010-10-02 17:45:21 +00:00 |
standard-conversion-to-bool.mm
|
…
|
|
static-cast.mm
|
…
|
|
vararg-non-pod.mm
|
…
|
|
vla.mm
|
…
|
|
void_to_obj.mm
|
…
|
|
warn-strict-selector-match.mm
|
…
|
|