| Commit message (Expand) | Author | Age | Files | Lines |
* | Loosen preconditions for clang_getCursorSpelling(), returning an empty | Douglas Gregor | 2010-01-25 | 1 | -5/+5 |
* | Move the type specifier location for elaborated-type-specifiers from | Douglas Gregor | 2010-01-25 | 1 | -1/+1 |
* | Teach CIndex's cursor visitor to restrict its traversal to a specific | Douglas Gregor | 2010-01-22 | 1 | -11/+28 |
* | Teach the cursor visitor to walk all of the C and Objective-C | Douglas Gregor | 2010-01-22 | 1 | -0/+13 |
* | Teach the cursor visitor to walk statements and expressions, including | Douglas Gregor | 2010-01-21 | 1 | -0/+12 |
* | Teach the cursor visitor to walk into a variety of different TypeLoc | Douglas Gregor | 2010-01-21 | 1 | -2/+5 |
* | Introduce type references into the C API, capturing references to | Douglas Gregor | 2010-01-21 | 1 | -0/+1 |
* | Eliminate cursor kinds used to express definitions. Instead, provide | Douglas Gregor | 2010-01-19 | 1 | -12/+12 |
* | Introduce clang_getCursorReferenced, to get a cursor pointing at the | Douglas Gregor | 2010-01-19 | 1 | -6/+6 |
* | Implement clang_getCursorExtent, which provides a source range for the | Douglas Gregor | 2010-01-19 | 1 | -5/+5 |
* | Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '... | Ted Kremenek | 2010-01-18 | 1 | -28/+28 |
* | Give ObjCClassRef cursors a sane representation, which is encapsulated | Douglas Gregor | 2010-01-16 | 1 | -3/+3 |
* | Improve location information for Objective-C category declarations. We | Douglas Gregor | 2010-01-16 | 1 | -1/+1 |
* | Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual | Douglas Gregor | 2010-01-16 | 1 | -2/+2 |
* | Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known | Douglas Gregor | 2010-01-16 | 1 | -2/+2 |
* | Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ... | Ted Kremenek | 2010-01-16 | 1 | -1/+1 |
* | Change ObjCContainerDecl to contain the entire range for the '@end' | Ted Kremenek | 2010-01-07 | 1 | -11/+12 |
* | Change clang_getDeclExtent() to have the endpoint point to the last character... | Ted Kremenek | 2010-01-06 | 1 | -43/+28 |
* | Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ... | Ted Kremenek | 2010-01-05 | 1 | -30/+29 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Make tests use the new clang -cc1 flag. | Fariborz Jahanian | 2009-12-14 | 1 | -1/+1 |
* | c-index-test: Split "function scanning" behavior into its own "filter" -- its | Daniel Dunbar | 2009-12-01 | 1 | -124/+0 |
* | Update test to stop scanning things in the predefines buffer, this isn't adding | Daniel Dunbar | 2009-11-18 | 1 | -15/+15 |
* | Update index tests for r89203. | Benjamin Kramer | 2009-11-18 | 1 | -7/+7 |
* | Fix test case. | Ted Kremenek | 2009-11-17 | 1 | -156/+156 |
* | Rename test. | Ted Kremenek | 2009-11-17 | 1 | -0/+224 |