summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeCompletion/using-namespace.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Clean up the CodeCompletion testsuite's use of FileCheckDouglas Gregor2009-09-241-1/+1
| | | | llvm-svn: 82726
* Tweak the code-completion results ranking and formation, so thatDouglas Gregor2009-09-221-2/+2
| | | | | | | | | | | members found in base classes have the same ranking as members found in derived classes. However, we will introduce an informative note for members found in base classes, showing (as a nested-name-specifier) the qualification to name the base class, to make it clear which members are from bases. llvm-svn: 82586
* Replace the -code-completion-dump option with Douglas Gregor2009-09-221-6/+3
| | | | | | | | | | | -code-completion-at=filename:line:column which performs code completion at the specified location by truncating the file at that position and enabling code completion. This approach makes it possible to run multiple tests from a single test file, and gives a more natural command-line interface. llvm-svn: 82571
* Introduce four new code-completion hooks for C++:Douglas Gregor2009-09-181-0/+24
- after "using", show anything that can be a nested-name-specifier. - after "using namespace", show any visible namespaces or namespace aliases - after "namespace", show any namespace definitions in the current scope - after "namespace identifier = ", show any visible namespaces or namespace aliases llvm-svn: 82251
OpenPOWER on IntegriCloud