Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer | 2009-11-28 | 1 | -5/+4 |
| | | | | llvm-svn: 90044 | ||||
* | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis | 2009-09-29 | 1 | -3/+2 |
| | | | | | | | -A NamedDecl reference -A TypeLoc llvm-svn: 83095 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -15/+15 |
| | | | | llvm-svn: 81346 | ||||
* | Fix gcc warning. | Eli Friedman | 2009-07-30 | 1 | -2/+2 |
| | | | | llvm-svn: 77555 | ||||
* | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis | 2009-07-30 | 1 | -2/+337 |
| | | | | | | | -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 | ||||
* | -Introduce the idx::Analyzer class used for getting indexing information, ↵ | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+104 |
like finding references of a declaration across translation units. -Modify the index-test tool to use it. llvm-svn: 77536 |