diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-09-18 15:37:17 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-09-18 15:37:17 +0000 |
commit | 374929f7e88f6c7a96382b3eb4201b721c418372 (patch) | |
tree | 8dd77ae50ba6f302b6ce1bf80c127095d7f3c35b /test/CodeCompletion/namespace-alias.cpp | |
parent | 9df3fafe8b0a67969608151778e13ff3f21d70f1 (diff) |
Implement code completion for tags, e.g., code completion after "enum"
will provide the names of various enumerations currently
visible. Introduced filtering of code-completion results when we build
the result set, so that we can identify just the kinds of declarations
we want.
This implementation is incomplete for C++, since we don't consider
that the token after the tag keyword could start a
nested-name-specifier.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82222 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeCompletion/namespace-alias.cpp')
0 files changed, 0 insertions, 0 deletions