aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-04-09When checking for illegal expressions in a default-argumentJohn McCall
2013-04-08<rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with instantiations of the C++11 range-based f...Douglas Gregor
2013-04-08<rdar://problem/13540921> Cope with deduced 'auto' in a C++11 for-range loop ...Douglas Gregor
2013-03-28Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-08Sema: Preserve attributes on parameters in instantiated function templates.Jordan Rose
2013-03-07Improve LLDB's implicit cast-to-id to work with C++11 auto and any Objective-...Douglas Gregor
2013-03-04Perform non-overload placeholder conversions on the operandsJohn McCall
2013-02-22objective-C arc: Diagnostic can not say to use bridgeFariborz Jahanian
2013-01-17One can override an Objective-C ARC ownership qualifier that came fromDouglas Gregor
2013-01-17In Objective-C ARC, completely ignore ownership qualifiers on theDouglas Gregor
2013-01-09put back diagnostics when flexible members are capturedFariborz Jahanian
2013-01-08Remove lambda from my last patch.Fariborz Jahanian
2013-01-08objectiveC blocks: It is impractical to capture Fariborz Jahanian
2013-01-03Fix capitalization of Objective-C in diagnostic.Ted Kremenek
2012-11-29Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman
2012-11-19clang/test: Suppress two tests on LLP64 target, Windows x64.NAKAMURA Takumi
2012-11-14Accept and pass arguments to __unknown_anytype in argumentJohn McCall
2012-11-13Don't try to save the assigned value in a Objective-C property assignmentEli Friedman
2012-10-24Add a simple test involving decltype on Objective-C properties and ivarsDouglas Gregor
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-10-18Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman
2012-10-02-Wformat: Don't check format strings in uninstantiated templates.Jordan Rose
2012-09-24objective-C: remove use of 'ivar' in favor ofFariborz Jahanian
2012-09-17objective-C: peroform property attribute consistencyFariborz Jahanian
2012-09-14Test removed.Fariborz Jahanian
2012-09-14objective-C arc: remove -Warc-abi in its entirety.Fariborz Jahanian
2012-09-14In debugger mode, allow comparisons between pointers and integersDouglas Gregor
2012-09-12objective-C++ test for my previous patch.Fariborz Jahanian
2012-09-10objective-C: Improving diagnostocs for missing call toFariborz Jahanian
2012-09-07objective-C: introduce __attribute((objc_requires_super)) on methodFariborz Jahanian
2012-09-05objective-c++11: c++11 does not change pod-ness whenFariborz Jahanian
2012-08-30objective-C ARC: under -Wexplicit-ownership-type diagnose thoseFariborz Jahanian
2012-08-23When disambiguating an expression-statement from a declaraton-statement, if theRichard Smith
2012-08-16objective-C++: issue diagnostic when ivar type isFariborz Jahanian
2012-08-10objective-C++: dalyed parsing of ctors with memberFariborz Jahanian
2012-08-10objective-C++: delay parsing of ctor with try blockFariborz Jahanian
2012-08-10objective-C++: delayed parsing of member function withFariborz Jahanian
2012-08-10objective-C++: Delayed parsing of most commonFariborz Jahanian
2012-08-07Objective-C pointer types don't have C-linkage, even though they areDouglas Gregor
2012-08-01Fix an assertion failure instantiating a constexpr function from within a -de...Eli Friedman
2012-07-30Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith
2012-07-27objective-c arc: When function calls with known CFCreate naming conventionFariborz Jahanian
2012-07-27revert r160839 for now.Fariborz Jahanian
2012-07-26objc-arc: When objects with known CF semantics are assigned toFariborz Jahanian
2012-07-23When we have an Objective-C object with non-trivial lifetime in aDouglas Gregor
2012-07-20Fixes an ObjC++ parse crash caused by delayed parsingFariborz Jahanian