summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/tag.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-241-2/+2
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* 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-4/+3
* When gathering results for code completion, only include hiddenDouglas Gregor2009-09-181-1/+0
* Implement code completion for tags, e.g., code completion after "enum"Douglas Gregor2009-09-181-0/+15