Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-30 | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis | |
-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 | |||
2009-07-29 | -Introduce the idx::Analyzer class used for getting indexing information, ↵ | Argyrios Kyrtzidis | |
like finding references of a declaration across translation units. -Modify the index-test tool to use it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77536 91177308-0d34-0410-b5e6-96231b3b80d8 |