"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3b427159301c60cdb8fd4751a4fb923387e9b1fa"
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. llvm-svn: 82222
Loading
Please register or sign in to comment