NFC: CodeCompletionResult's constructor should take const NamedDecl
authorAlex Lorenz <arphaman@gmail.com>
Wed, 12 Oct 2016 15:33:35 +0000 (15:33 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 12 Oct 2016 15:33:35 +0000 (15:33 +0000)
commit84ebbdaf403fa5fb2ab13e9c247c0653617ecfe4
treeaa306d8b43b919a0a3a03b27a679452187328772
parent691efe03bddd4a167aab137a966df33881e1f4a6
NFC: CodeCompletionResult's constructor should take const NamedDecl

CodeCompletionResult's Declaration field is a const pointer to the
NamedDecl, and thus the constructor should take a const pointer as well.

llvm-svn: 284019
clang/include/clang/Sema/CodeCompleteConsumer.h