Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor | 2010-09-20 | 1 | -1/+1 |
| | | | | | | | statement context; it really isn't helpful in practice (remember printf!) and we'll be doing other adjustments for statements very soon. llvm-svn: 114358 | ||||
* | Synchronize code-completion cursor kinds with indexing cursor | Douglas Gregor | 2010-09-03 | 1 | -0/+19 |
kinds. How shameful that this code was duplicated! llvm-svn: 113033 |