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