summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaPseudoObject.cpp
Commit message (Expand)AuthorAge
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-17
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-16
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-15
* Objective-C. Don't ignore availability attribute whenFariborz Jahanian2014-06-10
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-29
* Objective-C. Diagnose use of properties in functions nested in, Fariborz Jahanian2014-05-28
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Objective-C. Patch to allow use of dot syntax on classFariborz Jahanian2014-04-21
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-12
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-06
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-03
* Removing some more unnecessary manual quotes from attribute diagnostics.Aaron Ballman2014-01-03
* s/getter_setter/accessor No functional changes intended.Aaron Ballman2013-12-26
* Parameterizing some MS property-related diagnostics. No functional changes in...Aaron Ballman2013-12-26
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* ObjectiveC++: support for passing C++11 style initialized temporaries to Fariborz Jahanian2013-10-16
* Make IgnoreParens() look through ChooseExprs.Eli Friedman2013-07-20
* address some comments on r183474:Adrian Prantl2013-06-07
* Objective-C arc: don't count use of __weakFariborz Jahanian2013-05-21
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-05
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Don't put too much thought into whether or not to capture aJohn McCall2013-04-16
* Basic support for Microsoft property declarations andJohn McCall2013-04-16
* Add 178663 back.Rafael Espindola2013-04-03
* Revert 178663.Rafael Espindola2013-04-03
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-03
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-08
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-04
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-29
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-28
* Don't try to save the assigned value in a Objective-C property assignmentEli Friedman2012-11-13
* Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.Jordan Rose2012-10-10
* Add FP_CONTRACT support for clang.Lang Hames2012-10-02
* -Warc-repeated-use-of-weak: check ivars and variables as well.Jordan Rose2012-09-28
* Add a warning (off by default) for repeated use of the same weak property.Jordan Rose2012-09-28
* Fix a couple of Doxygen issues pointed out by -Wdocumentation.Dmitri Gribenko2012-09-12
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-24
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* objective-c arc: Patch to suggest bridge casting of CFFariborz Jahanian2012-08-02
* Change warning to error when property setter names conflict.Fariborz Jahanian2012-05-26
* objective-c: warn on use of property settersFariborz Jahanian2012-05-24
* Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()Douglas Gregor2012-05-04
* objective-arc: Retune my previous patch so warningFariborz Jahanian2012-04-19
* objective-c arc: Issue warning under -Wreceiver-is-weak Fariborz Jahanian2012-04-19
* objective-c: Issue diagnostic when an implicitFariborz Jahanian2012-04-18
* Make control flow more explicit for rebuilding property reference expressions...Douglas Gregor2012-04-13
* super and class property reference expressions don't need to beDouglas Gregor2012-04-13