aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/using-namespace.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover1-1/+1
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor1-5/+5
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-24Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor1-1/+1
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor1-2/+2
2009-09-22Replace the -code-completion-dump option with Douglas Gregor1-6/+3
2009-09-18Introduce four new code-completion hooks for C++:Douglas Gregor1-0/+24