]> granicus.if.org Git - clang/commit
[index] Fix methods that take a shared_ptr to just take a reference.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Apr 2018 14:30:21 +0000 (14:30 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 23 Apr 2018 14:30:21 +0000 (14:30 +0000)
commit6c13970b48ddf000daddbbd0a649826e7a74de98
treea27dfabf65af96603e4469f92a23eea40b237052
parent5715d6709d57b21c4a43eb9da162c6ecf2893752
[index] Fix methods that take a shared_ptr to just take a reference.

There is no ownership here, passing a shared_ptr just adds confusion. No
functionality change intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@330595 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexingAction.h
lib/Index/IndexingAction.cpp
tools/c-index-test/core_main.cpp
tools/libclang/Indexing.cpp