Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't do jump-scope checking when code completion is enabled. It's | Douglas Gregor | 2012-08-17 | 1 | -2/+2 |
| | | | | | | | | both a waste of time, and prone to crash due to the use of the error-recovery path in parser. Fixes <rdar://problem/12103608>, which has been driving me nuts. llvm-svn: 162081 | ||||
* | When providing code completions for a switch over a scoped enumeration | Douglas Gregor | 2012-02-01 | 1 | -0/+25 |
type, be sure to add the qualifier for the enumeration type. llvm-svn: 149471 |