summaryrefslogtreecommitdiffstats
path: root/lib/Sema/ScopeInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Objective-C ARC. Fixes a crash when checking for 'weak' propery Fariborz Jahanian2014-11-211-0/+2
* [Sema] Patch to issue warning on comparing parameters withFariborz Jahanian2014-11-181-0/+1
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-1/+7
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+10
* Objective-C ARC. Do not warn about properties with bothFariborz Jahanian2014-06-171-2/+8
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-5/+4
* [REFACTOR] Refactored some of the generic-lambda capturing code.Faisal Vali2013-12-071-3/+4
* [objc] Emit warning when the implementation of a secondary initializer calls onArgyrios Kyrtzidis2013-12-031-0/+2
* [objc] Emit a warning when the implementation of a designated initializer doe...Argyrios Kyrtzidis2013-12-031-0/+4
* Remove an unnecessary condition that I added hastily: Unsigned numbers are ob...Faisal Vali2013-11-071-1/+1
* This patch implements capturing of variables within generic lambdas.Faisal Vali2013-11-071-0/+15
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+1
* -Warc-repeated-use-of-weak: fix a use-of-uninitialized and add a test case.Jordan Rose2012-10-111-1/+1
* -Warc-repeated-use-of-weak: Check messages to property accessors as well.Jordan Rose2012-10-111-3/+29
* -Warc-repeated-use-of-weak: look through explicit casts on assigned values.Jordan Rose2012-10-101-1/+1
* Move isObjCSelf into Expr.Anna Zaks2012-10-011-20/+2
* Pull ScopeInfo implementation into its own file.Jordan Rose2012-09-281-0/+181