Age | Commit message (Expand) | Author |
2012-01-24 | [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" | Argyrios Kyrtzidis |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2010-11-17 | When comparing the source range of a declaration against the region of | Douglas Gregor |
2010-09-13 | Introduce a new kind of cursor into libclang, which covers a reference | Douglas Gregor |
2010-08-13 | Implement clang_saveTranslationUnit(), which saves a translation unit | Douglas Gregor |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-02-14 | c-index-test: Unify and always print half-open extents. | Daniel Dunbar |
2010-02-14 | c-index-test: Unify syntax for printing extents. Yes, there were 4. | Daniel Dunbar |
2010-01-25 | Loosen preconditions for clang_getCursorSpelling(), returning an empty | Douglas Gregor |
2010-01-22 | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor |
2010-01-19 | Extend the CIndex API with direct support for expressions and | Douglas Gregor |
2010-01-19 | Introduce the notion of an "unexposed" declaration into the CIndex | Douglas Gregor |
2010-01-19 | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor |
2010-01-19 | Introduce clang_getCursorReferenced, to get a cursor pointing at the | Douglas Gregor |
2010-01-18 | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '... | Ted Kremenek |
2010-01-16 | Give ObjCClassRef cursors a sane representation, which is encapsulated | Douglas Gregor |
2010-01-16 | Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ... | Ted Kremenek |
2010-01-07 | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-12-14 | Make tests use the new clang -cc1 flag. | Fariborz Jahanian |
2009-11-18 | Update test to stop scanning things in the predefines buffer, this isn't adding | Daniel Dunbar |
2009-11-18 | Update index tests for r89203. | Benjamin Kramer |
2009-11-18 | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek |