]> granicus.if.org Git - clang/commit
Accept Handler objects in parameters as references.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:38:45 +0000 (23:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:38:45 +0000 (23:38 +0000)
commit16d8bcf248f15d0479b3ccf40297f9ed107db3f1
treef2743f461bcacdec06704977b73f524550263710
parent77b4a79dd845fa93027f458049a7f71402006414
Accept Handler objects in parameters as references.

Reinforces that they shouldn't be null and it's a bit more natural when
they are passed as stack objects.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77526 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexProvider.h
include/clang/Index/Indexer.h
include/clang/Index/Program.h
lib/Index/Indexer.cpp
lib/Index/Program.cpp