summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-enums.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't do jump-scope checking when code completion is enabled. It'sDouglas Gregor2012-08-171-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 enumerationDouglas Gregor2012-02-011-0/+25
type, be sure to add the qualifier for the enumeration type. llvm-svn: 149471
OpenPOWER on IntegriCloud