summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaPseudoObject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Prevents a crash generating AST for aFariborz Jahanian2014-09-151-0/+4
* Objective-C. Accept 'nil' as indexing argument toFariborz Jahanian2014-09-101-1/+2
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-301-1/+1
* Fix crash when accessing a property of an invalid interfaceOlivier Goffart2014-08-041-12/+10
* Fix crash when assiging to a property with an invalid typeOlivier Goffart2014-08-041-1/+6
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-9/+9
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-171-7/+14
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-161-1/+4
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-6/+3
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-101-1/+4
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-4/+2
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-15/+15
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-281-0/+20
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-18/+19
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-211-2/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-12/+12
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-061-4/+7
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-14/+11
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-1/+1
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-031-4/+4
* s/getter_setter/accessor No functional changes intended.Aaron Ballman2013-12-261-4/+4
* Parameterizing some MS property-related diagnostics. No functional changes in...Aaron Ballman2013-12-261-6/+8
* Remove a whole lot of unused variablesAlp Toker2013-11-271-2/+0
* ObjectiveC++: support for passing C++11 style initialized temporaries to Fariborz Jahanian2013-10-161-0/+10
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-201-0/+19
* address some comments on r183474:Adrian Prantl2013-06-071-3/+3
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-211-2/+2
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-4/+3
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-3/+2
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-161-1/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+116
* Add 178663 back.Rafael Espindola2013-04-031-3/+0
* Revert 178663.Rafael Espindola2013-04-031-0/+3
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-3/+0
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-291-4/+3
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-5/+4
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-131-7/+15
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-101-3/+3
* Add FP_CONTRACT support for clang.Lang Hames2012-10-021-5/+5
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-281-1/+2
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-281-1/+34
* Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-121-1/+1
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-3/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-3/+3
* objective-c arc: Patch to suggest bridge casting of CFFariborz Jahanian2012-08-021-2/+31
* Change warning to error when property setter names conflict.Fariborz Jahanian2012-05-261-1/+1
* objective-c: warn on use of property settersFariborz Jahanian2012-05-241-3/+21