summaryrefslogtreecommitdiff
path: root/test/CodeCompletion/truncation.c
AgeCommit message (Expand)Author
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2011-09-04Support code-completion for C++ inline methods and ObjC buffering methods.Argyrios Kyrtzidis
2010-05-16when code completing inside a C-style block comment, don't emit errors aboutChris Lattner
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-24Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor
2009-09-22Replace the -code-completion-dump option with Douglas Gregor