]> granicus.if.org Git - clang/commit
Add support for ObjC message expressions, in the Analyzer:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 30 Jul 2009 00:03:55 +0000 (00:03 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 30 Jul 2009 00:03:55 +0000 (00:03 +0000)
commit19b732a5461f5023d2335773584ac9aaeb0af514
treecdde62759851ea92c703ac4a5b8d2ad38062821f
parent1e1684754d3e0d3b59e1d6e0b7879ae52f970acd
Add support for ObjC message expressions, in the Analyzer:

-Accept an ObjC method and find all message expressions that this method may respond to.
-Accept an ObjC message expression and find all methods that may respond to it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77551 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/Analyzer.h
lib/Index/Analyzer.cpp
test/Index/objc-decls.m [new file with mode: 0644]
test/Index/objc-message.m [new file with mode: 0644]
test/Index/objc.h [new file with mode: 0644]
test/Index/t1.m [new file with mode: 0644]
test/Index/t2.m [new file with mode: 0644]
tools/index-test/index-test.cpp