summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
Commit message (Expand)AuthorAgeFilesLines
* 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
* -Wformat: Don't check format strings in uninstantiated templates.Jordan Rose2012-10-021-0/+81
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-242-2/+2
* objective-C: peroform property attribute consistencyFariborz Jahanian2012-09-171-1/+1
* Test removed.Fariborz Jahanian2012-09-141-116/+0
* objective-C arc: remove -Warc-abi in its entirety.Fariborz Jahanian2012-09-142-53/+1
* In debugger mode, allow comparisons between pointers and integersDouglas Gregor2012-09-141-0/+7
* objective-C++ test for my previous patch.Fariborz Jahanian2012-09-121-0/+11
* objective-C: Improving diagnostocs for missing call toFariborz Jahanian2012-09-101-1/+1
* objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian2012-09-071-1/+1
* objective-c++11: c++11 does not change pod-ness whenFariborz Jahanian2012-09-051-0/+12
* objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian2012-08-301-0/+57
* When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith2012-08-231-1/+1
* objective-C++: issue diagnostic when ivar type isFariborz Jahanian2012-08-161-0/+29
* objective-C++: dalyed parsing of ctors with memberFariborz Jahanian2012-08-101-0/+14
* objective-C++: delay parsing of ctor with try blockFariborz Jahanian2012-08-101-1/+20
* objective-C++: delayed parsing of member function withFariborz Jahanian2012-08-101-0/+47
* objective-C++: Delayed parsing of most commonFariborz Jahanian2012-08-101-0/+38
* Objective-C pointer types don't have C-linkage, even though they areDouglas Gregor2012-08-071-0/+3
* Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman2012-08-011-0/+19
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-1/+1
* objective-c arc: When function calls with known CFCreate naming conventionFariborz Jahanian2012-07-271-4/+4
* revert r160839 for now.Fariborz Jahanian2012-07-271-14/+14
* objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian2012-07-261-14/+14
* When we have an Objective-C object with non-trivial lifetime in aDouglas Gregor2012-07-231-0/+45
* Fixes an ObjC++ parse crash caused by delayed parsingFariborz Jahanian2012-07-201-0/+4
* Capitalize "Objective-C" and "C++" in user-facing contexts.Jordan Rose2012-07-191-2/+2
* When performing the deduced/actual argument type check for C++Douglas Gregor2012-07-181-0/+17
* objective-c++11: extend c++11 range-based loop to iterateFariborz Jahanian2012-07-061-0/+61
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-1/+2
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-031-0/+43
* Teach the __is_trivially_assignable and __is_trivially_constructibleDouglas Gregor2012-06-291-1/+80
* objective-c: improve diagnostic when collection expression isFariborz Jahanian2012-06-221-4/+4
* Restructure how the driver communicates information about theJohn McCall2012-06-203-3/+3
* Test that -Wauto-var-id fires in value-dependent contexts.Jordan Rose2012-06-151-3/+9
* Warn in ObjC++ when an 'auto' variable deduces type 'id'.Jordan Rose2012-06-081-1/+22
* Allow objc @() syntax for enum types.Argyrios Kyrtzidis2012-05-151-0/+58
* Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman2012-05-011-1/+12