Age | Commit message (Expand) | Author |
2013-04-18 | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis |
2012-12-18 | Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for... | Ted Kremenek |
2012-05-08 | Introduce a new libclang API to determine the platform availability of | Douglas Gregor |
2012-03-23 | [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl... | Argyrios Kyrtzidis |
2011-10-05 | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor |
2011-10-04 | Improve location fidelity of objc decls. | Argyrios Kyrtzidis |
2011-10-02 | Make -fobjc-nonfragile-abi the -cc1 default, since it's the | John McCall |
2011-09-29 | Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation... | Ted Kremenek |
2011-09-26 | [libclang] Report implicit objc methods for properties when indexing. | Argyrios Kyrtzidis |
2011-09-12 | [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of | Argyrios Kyrtzidis |
2011-08-17 | Mark objc methods that are implicitly declared for properties (not user-decla... | Argyrios Kyrtzidis |
2011-07-15 | When creating a property in a class extension, make sure to check its | Douglas Gregor |
2011-03-08 | Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran... | Abramo Bagnara |
2011-03-08 | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara |
2011-03-06 | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara |
2010-10-05 | Remove a rogue typo | Douglas Gregor |
2010-10-05 | Register the __builtin_va_list_type node when we parse it, rather than | Douglas Gregor |
2010-09-10 | Add libclang support for label statements, gotos, and taking the | Douglas Gregor |
2010-08-26 | Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti... | Ted Kremenek |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-07-14 | Add test case that was causing an infinite loop when reading PCH files. The t... | Douglas Gregor |
2010-05-19 | Add clang support for IBOutletCollection. | Ted Kremenek |
2010-05-12 | Re-apply r103581 with updated tests. It turns out we were computing bogus lo... | Ted Kremenek |
2010-02-18 | Allow GNU attributes to appear in an Objective-C method declaration | Ted Kremenek |
2010-02-18 | Change cursor behavior for attributes to have them visited as part of recursing | Ted Kremenek |
2010-02-18 | Add basic cursor traversal for attributes. We currently don't have source | Ted Kremenek |
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-25 | Move the type specifier location for elaborated-type-specifiers from | Douglas Gregor |
2010-01-22 | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor |
2010-01-22 | Teach the cursor visitor to walk all of the C and Objective-C | Douglas Gregor |
2010-01-21 | Teach the cursor visitor to walk statements and expressions, including | Douglas Gregor |
2010-01-21 | Teach the cursor visitor to walk into a variety of different TypeLoc | Douglas Gregor |
2010-01-21 | Introduce type references into the C API, capturing references to | 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-19 | Implement clang_getCursorExtent, which provides a source range for 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 | Improve location information for Objective-C category declarations. We | Douglas Gregor |
2010-01-16 | Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual | Douglas Gregor |
2010-01-16 | Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known | 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 |
2010-01-06 | Change clang_getDeclExtent() to have the endpoint point to the last character... | Ted Kremenek |
2010-01-05 | Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ... | 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-12-01 | c-index-test: Split "function scanning" behavior into its own "filter" -- its | Daniel Dunbar |