aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/ordinary-name.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09Don't crash when code-completing after "#include <". It would be farDouglas Gregor1-0/+3
2010-07-14Only filter out names reserved for the implementation (e.g., __blah orDouglas Gregor1-4/+8
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor1-4/+3
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-08Remove RUN: true lines.Daniel Dunbar1-1/+0
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-09-28Determinism is for wimps. <Wimper>Douglas Gregor1-4/+4
2009-09-24Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor1-3/+4
2009-09-22Replace the -code-completion-dump option with Douglas Gregor1-3/+2
2009-09-21Code completion for ordinary names when we're starting a declaration, express...Douglas Gregor1-0/+12