summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/ordinary-name.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeCompletion] Allow system headers providing private symbols with a single...Argyrios Kyrtzidis2016-07-011-1/+2
* Don't crash when code-completing after "#include <". It would be farDouglas Gregor2010-12-091-0/+3
* Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor2010-07-141-4/+8
* Improve the sorting of code-completion results. We now always sort byDouglas Gregor2010-01-131-4/+3
* 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
* Determinism is for wimps. <Wimper>Douglas Gregor2009-09-281-4/+4
* Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor2009-09-241-3/+4
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-3/+2
* Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor2009-09-211-0/+12