summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/Analyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.Benjamin Kramer2009-11-281-5/+4
| | | | llvm-svn: 90044
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-291-3/+2
| | | | | | | -A NamedDecl reference -A TypeLoc llvm-svn: 83095
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-15/+15
| | | | llvm-svn: 81346
* Fix gcc warning.Eli Friedman2009-07-301-2/+2
| | | | llvm-svn: 77555
* Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis2009-07-301-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 Kyrtzidis2009-07-291-0/+104
like finding references of a declaration across translation units. -Modify the index-test tool to use it. llvm-svn: 77536
OpenPOWER on IntegriCloud