| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate index-test; all of its tested functionality is now in c-index-test. | Douglas Gregor | 2010-01-22 | 3 | -382/+0 |
* | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar | 2009-12-15 | 1 | -4/+3 |
* | Lift builtin-include-path logic out of ASTUnit::LoadFromCommandLine and fix C... | Daniel Dunbar | 2009-12-13 | 1 | -2/+5 |
* | Document that CompilerInvocation::createDiagnostics keeps a reference to the ... | Daniel Dunbar | 2009-12-06 | 1 | -1/+2 |
* | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p... | Daniel Dunbar | 2009-12-03 | 1 | -13/+4 |
* | Normalize CIndex/c-index-test/index-test link lines in the hopes it will fix | Daniel Dunbar | 2009-12-02 | 2 | -3/+5 |
* | Add ASTUnit::LoadFromCommandLine, which creates an ASTUnit out of a list of | Daniel Dunbar | 2009-12-02 | 1 | -11/+13 |
* | fix build on linux | Nuno Lopes | 2009-12-01 | 2 | -2/+2 |
* | Add ASTUnit::LoadFromCompilerInvocation, which does what it says. | Daniel Dunbar | 2009-12-01 | 3 | -2/+36 |
* | Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. | Steve Naroff | 2009-10-19 | 1 | -4/+3 |
* | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis | 2009-09-29 | 1 | -4/+4 |
* | Change ASTUnit to take the Diagnostic as an argument, the client should have ... | Daniel Dunbar | 2009-09-21 | 1 | -2/+2 |
* | Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta... | Daniel Dunbar | 2009-09-21 | 1 | -6/+5 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -13/+13 |
* | Lot's of little changes to get the C-based indexing API going... | Steve Naroff | 2009-08-28 | 1 | -1/+1 |
* | Don't install wpa or index-test tools. | Daniel Dunbar | 2009-08-20 | 1 | -0/+1 |
* | fix a couple of problems with section attributes: | Chris Lattner | 2009-08-10 | 2 | -1/+2 |
* | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis | 2009-07-30 | 1 | -7/+47 |
* | Support ObjC methods as Entities. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -0/+2 |
* | Add TranslationUnit::getSelectorMap(). | Argyrios Kyrtzidis | 2009-07-29 | 1 | -1/+6 |
* | -Introduce the idx::Analyzer class used for getting indexing information, lik... | Argyrios Kyrtzidis | 2009-07-29 | 1 | -53/+38 |
* | Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -1/+3 |
* | Introduce a helper template for the Handler classes and use it instead | Argyrios Kyrtzidis | 2009-07-29 | 1 | -5/+7 |
* | -Make IndexProvider an abstract interface for getting indexing information. | Argyrios Kyrtzidis | 2009-07-29 | 1 | -9/+9 |
* | Change the semantics for Entity. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -5/+3 |
* | Add '\n' to the end of error message. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -1/+1 |
* | Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -20/+2 |
* | Introduce a redecl_iterator in Decl class, so that we can do a "iterate over ... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -10/+3 |
* | Handle redeclarations properly at the index-test tool. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -8/+6 |
* | For index-test, if the ASTLocation points at a CallExpr, get a Decl out of it. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -7/+16 |
* | Handle struct fields through the index-test tool. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -1/+13 |
* | Fix comment. | Zhongxing Xu | 2009-07-07 | 1 | -1/+1 |
* | Use the "ASTLocation nomenclature" (instead of the ASTNode one) in index-test... | Argyrios Kyrtzidis | 2009-07-06 | 1 | -12/+12 |
* | Some changes to ASTLocation's methods | Argyrios Kyrtzidis | 2009-07-06 | 1 | -1/+1 |
* | Move the 'ResolveLocationInAST' function from the Frontend library to the Ind... | Argyrios Kyrtzidis | 2009-07-06 | 1 | -1/+1 |
* | Move ASTLocation and DeclReferenceMap from the AST library to the Index library. | Argyrios Kyrtzidis | 2009-07-06 | 1 | -2/+2 |
* | Rename 'ASTNode' -> 'ASTLocation'. | Argyrios Kyrtzidis | 2009-07-06 | 1 | -11/+11 |
* | Make use of the Index library through the index-test tool. | Argyrios Kyrtzidis | 2009-07-05 | 3 | -37/+170 |
* | Make use of ASTNode for return value of clang::ResolveLocationInAST() and in ... | Argyrios Kyrtzidis | 2009-07-05 | 1 | -18/+14 |
* | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -0/+3 |
* | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner | 2009-06-30 | 1 | -1/+2 |
* | Remove redundant leftover code. | Argyrios Kyrtzidis | 2009-06-29 | 1 | -1/+0 |
* | Check that index-test uses an up-to-date AST file. | Argyrios Kyrtzidis | 2009-06-25 | 1 | -0/+12 |
* | Add some comments and clean-up some leftover code. | Argyrios Kyrtzidis | 2009-06-25 | 1 | -8/+3 |
* | Introduce tools/index-test. | Argyrios Kyrtzidis | 2009-06-25 | 3 | -0/+183 |