summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/templates.cpp
AgeCommit message (Expand)Author
2022-12-19[lit] Script to automate use of %(line-n). Use in CodeComplete tests.Sam McCall
2019-11-15[CodeComplete] Constructor overload candidates report as vector(int) instead ...Sam McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Teach code completion to instantiate templates when it needs toDouglas Gregor
2009-12-11Class template (partial) specializations should not show up in code completio...Douglas Gregor
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-18Introduce code completion patterns for templates, which provide theDouglas Gregor