summaryrefslogtreecommitdiffstats
path: root/test/CodeCompletion/call.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-081-2/+2
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Revert the fix for PR8013.Douglas Gregor2010-11-091-4/+2
* Handle overload resolution when calling an overloaded function setDouglas Gregor2010-11-091-2/+4
* Make -code-completion-patterns only cover multi-line codeDouglas Gregor2010-05-281-1/+1
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-1/+1
* When code completion produces an overload set as its results (e.g.,Douglas Gregor2010-04-061-0/+1
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* When code-completion after a "," is building an overload set, noteDouglas Gregor2009-09-231-3/+3
* Print the results of code-completion for overloading by displaying theDouglas Gregor2009-09-231-5/+5
* Separate the code-completion results for call completion from theDouglas Gregor2009-09-231-7/+6
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-5/+12
* Implement code completion within a function call, triggered after theDouglas Gregor2009-09-221-0/+22