]> granicus.if.org Git - clang/commit
Introduce a helper template for the Handler classes and use it instead
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:39:03 +0000 (23:39 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:39:03 +0000 (23:39 +0000)
commit94431b5b4ceca8831e1ed6d6f646b99052680a85
tree25e2c68a9df801ac429dea75dbd6a3eb3bc89e5a
parentdaf253d73d6a6248edc458587f4e88763e1e1583
Introduce a helper template for the Handler classes and use it instead
of the iterator of the Indexer class.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77528 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/Handlers.h
include/clang/Index/Indexer.h
lib/Index/Indexer.cpp
tools/index-test/index-test.cpp