Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Continue parsing an expression list even after an error is encountered. | Kaelyn Takata | 2014-07-14 | 1 | -1/+2 |
| | | | | | | | | | Otherwise, multiple errors such as having unknown identifiers for two arguments won't be diagnosed properly (e.g. only the first one would have a diagnostic message if typo correction fails even though both would be diagnosed if typo correction suggests a replacement). llvm-svn: 213003 | ||||
* | Fix crash-on-invalid. <rdar://problem/12765391>. | Eli Friedman | 2012-11-29 | 1 | -4/+27 |
| | | | | llvm-svn: 168851 | ||||
* | Complain on missing property getter method only | Fariborz Jahanian | 2010-12-22 | 1 | -0/+19 |
if property-dot expression is decidedly an rvalue. // rdar://8155806. llvm-svn: 122430 |