summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/functions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Teach code-completion to introduce a ", ..." placeholder for variadic functionsDouglas Gregor2009-09-221-2/+2
| | | | llvm-svn: 82577
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-3/+3
| | | | | | | | | | | -code-completion-at=filename:line:column which performs code completion at the specified location by truncating the file at that position and enabling code completion. This approach makes it possible to run multiple tests from a single test file, and gives a more natural command-line interface. llvm-svn: 82571
* Introduce code completion strings, which describe how to *use* theDouglas Gregor2009-09-181-0/+9
results of code completion, e.g., by providing function call syntax with placeholders for each of the parameters. llvm-svn: 82293
OpenPOWER on IntegriCloud