Age | Commit message (Expand) | Author |
2010-06-08 | Simplify libIndex Makefile, which doesn't need to worry about altivec support. | Daniel Dunbar |
2010-06-08 | Makefiles: Set Clang CPP compiler flags in a single location, instead of scat... | Daniel Dunbar |
2010-06-08 | Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. | Daniel Dunbar |
2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-04-21 | Overhaul the AST representation of Objective-C message send | Douglas Gregor |
2010-04-17 | Add raw_ostream operators to NamedDecl for convenience. Switch over all users... | Benjamin Kramer |
2010-03-12 | Allow users to set CPPFLAGS and CXXFLAGS on the make command line. | Jeffrey Yasskin |
2010-03-12 | Cleanup using StringRef | Kovarththanan Rajaratnam |
2010-03-08 | Extend ObjCMessageExpr for class method sends with the source location | Douglas Gregor |
2010-01-24 | -fno-rtti is now the default. | Chris Lattner |
2010-01-15 | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor |
2009-12-07 | Add the BlockDecl to the DeclContext. | Ted Kremenek |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-12-03 | Update CMake for CallGraph.cpp move. | Daniel Dunbar |
2009-12-03 | Fix layering violation by moving Analysis/CallGraph to Index | Daniel Dunbar |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-18 | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek |
2009-11-17 | Silence some warnings produced by Clang, and add a missing header | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-10-28 | Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <... | Steve Naroff |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-21 | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff |
2009-10-18 | Move clients to use IdentifierInfo::getNameStart() instead of getName() | Daniel Dunbar |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-10-08 | Installation of Clang libraries and headers, from Axel Naumann! | Douglas Gregor |
2009-09-29 | Pull TypeLocVisitor into its own header file. | Argyrios Kyrtzidis |
2009-09-29 | Keep track of type references in DeclReferenceMap. | Argyrios Kyrtzidis |
2009-09-29 | In ASTVisitor, call the correct base methods. | Argyrios Kyrtzidis |
2009-09-29 | Resolve a source location inside the return type of a functon. | Argyrios Kyrtzidis |
2009-09-29 | Resolve a source location that is inside a type declarator. | Argyrios Kyrtzidis |
2009-09-29 | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis |
2009-09-29 | Add more const-goodness to ASTLocation. | Argyrios Kyrtzidis |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-23 | Don't install Clang libraries. | Douglas Gregor |
2009-07-31 | For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s... | Argyrios Kyrtzidis |
2009-07-30 | Lexically order files. | Ted Kremenek |
2009-07-30 | Fix Selector <-> GlobalSelector conversion. | Argyrios Kyrtzidis |
2009-07-30 | Fix gcc warning. | Eli Friedman |
2009-07-30 | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis |
2009-07-30 | Update CMake. | Argyrios Kyrtzidis |
2009-07-29 | Support ObjC methods as Entities. | Argyrios Kyrtzidis |
2009-07-29 | Index the selectors and provide the translation units that contain them | Argyrios Kyrtzidis |
2009-07-29 | Introduce SelectorMap whose purpose is to map selectors to objc methods and m... | Argyrios Kyrtzidis |
2009-07-29 | Find references inside blocks. | Argyrios Kyrtzidis |
2009-07-29 | Use helper class ASTVisitor to fully traverse an AST. | Argyrios Kyrtzidis |
2009-07-29 | Introduce the GlobalSelector class in the Indexing library. | Argyrios Kyrtzidis |
2009-07-29 | Use an IdentifierTable for names used for Entities. | Argyrios Kyrtzidis |
2009-07-29 | -Introduce the idx::Analyzer class used for getting indexing information, lik... | Argyrios Kyrtzidis |