[clangd] Also get scope for RK_pattern completion results.
authorEric Liu <ioeric@google.com>
Wed, 18 Jul 2018 15:31:14 +0000 (15:31 +0000)
committerEric Liu <ioeric@google.com>
Wed, 18 Jul 2018 15:31:14 +0000 (15:31 +0000)
commitf433c2dab7bed07e9b6ec510d743d129cc7dd22b
treef905d46fa6f7ff2cff3ba10b577f46c9ba7b201e
parent027a9fc2c54482a12d0ff4aae916a6491ee179a1
[clangd] Also get scope for RK_pattern completion results.

For exmaple, clas field candidates in constructor initializers can be
RK_Pattern, but they can still have scopes.

llvm-svn: 337396
clang-tools-extra/clangd/CodeComplete.cpp
clang-tools-extra/unittests/clangd/CodeCompleteTests.cpp