aboutsummaryrefslogtreecommitdiff
path: root/test/CodeCompletion/call.cpp
AgeCommit message (Expand)Author
2010-11-09Revert the fix for PR8013.Douglas Gregor
2010-11-09Handle overload resolution when calling an overloaded function setDouglas Gregor
2010-05-28Make -code-completion-patterns only cover multi-line codeDouglas Gregor
2010-05-25Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor
2010-04-06When code completion produces an overload set as its results (e.g.,Douglas Gregor
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-23When code-completion after a "," is building an overload set, noteDouglas Gregor
2009-09-23Print the results of code-completion for overloading by displaying theDouglas Gregor
2009-09-23Separate the code-completion results for call completion from theDouglas Gregor
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-22Implement code completion within a function call, triggered after theDouglas Gregor