summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Teach code completion to instantiate templates when it needs toDouglas Gregor2009-12-111-5/+17
* Class template (partial) specializations should not show up in code completio...Douglas Gregor2009-12-111-3/+3
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-5/+5
* Introduce code completion patterns for templates, which provide theDouglas Gregor2009-09-181-0/+17