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)
commitbd927670146d568b6de99ce1bd4d0f3435ccf95c
treec563f315ba74f6eed9df2688ebbf3b483422e25d
parent0924b33a1e763fbbc0659678c7bf7239dcd4a70a
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.

llvm-svn: 77551
clang/include/clang/Index/Analyzer.h
clang/lib/Index/Analyzer.cpp
clang/test/Index/objc-decls.m [new file with mode: 0644]
clang/test/Index/objc-message.m [new file with mode: 0644]
clang/test/Index/objc.h [new file with mode: 0644]
clang/test/Index/t1.m [new file with mode: 0644]
clang/test/Index/t2.m [new file with mode: 0644]
clang/tools/index-test/index-test.cpp