"clang/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "43101d10dbd58d48df732f974e078fd82376039e"
Introduce four new code-completion hooks for C++:
- 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
Loading
Please register or sign in to comment