| Commit message (Expand) | Author | Age | Files | Lines |
| * | [libclang] When annotating tokens, don't override a property annotation with ... | Argyrios Kyrtzidis | 2013-06-04 | 1 | -0/+22 |
| * | [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ... | Argyrios Kyrtzidis | 2013-04-23 | 1 | -5/+5 |
| * | [libclang] Make token annotation of type/storage qualifiers accurate. | Argyrios Kyrtzidis | 2013-01-07 | 1 | -1/+1 |
| * | [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl... | Argyrios Kyrtzidis | 2012-03-23 | 1 | -97/+97 |
| * | [libclang] Enhance clang_getOverriddenCursors. | Argyrios Kyrtzidis | 2012-03-08 | 1 | -1/+1 |
| * | [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" | Argyrios Kyrtzidis | 2012-01-24 | 1 | -2/+2 |
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| * | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| * | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor | 2011-12-27 | 1 | -2/+2 |
| * | Expose more statement, expression, and declaration kinds in libclang, | Douglas Gregor | 2011-10-05 | 1 | -62/+62 |
| * | Improve location fidelity of objc decls. | Argyrios Kyrtzidis | 2011-10-04 | 1 | -28/+28 |
| * | [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of | Argyrios Kyrtzidis | 2011-09-12 | 1 | -6/+6 |
| * | Fix tests for non-darwin hosts. | Argyrios Kyrtzidis | 2011-08-15 | 1 | -1/+1 |
| * | Fix the buildbot test. | Argyrios Kyrtzidis | 2011-08-15 | 1 | -1/+1 |
| * | [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. | Argyrios Kyrtzidis | 2011-08-15 | 1 | -0/+13 |
| * | Update all of the libclang code corresponding to the preprocessor | Chandler Carruth | 2011-07-14 | 1 | -6/+6 |
| * | Update Indexer test for new 'atomic' keyword. | Fariborz Jahanian | 2011-06-13 | 1 | -2/+14 |
| * | Expose @synthesize and @dynamic via their own cursor kinds in | Douglas Gregor | 2011-06-03 | 1 | -4/+4 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -15/+16 |
| * | Fix test to be platform-agnostic | Douglas Gregor | 2010-12-21 | 1 | -1/+1 |
| * | Fix a major inconsistency in the representation of Objective-C | Douglas Gregor | 2010-12-21 | 1 | -11/+40 |
| * | Implement BlockDecl::getSourceRange(). The bogus source-range | Douglas Gregor | 2010-12-21 | 1 | -0/+34 |
| * | For an Objective-C @synthesize statement, e.g., | Douglas Gregor | 2010-11-17 | 1 | -1/+6 |
| * | Fix source-range information for Objective-C properties. Previously, | Douglas Gregor | 2010-11-17 | 1 | -5/+38 |
| * | Hack to workaround deficiency in ObjC ASTs. Functions and variables may be d... | Ted Kremenek | 2010-11-02 | 1 | -1/+51 |
| * | Improve the implementation of libclang's token-annotation logic for | Douglas Gregor | 2010-10-21 | 1 | -1/+1 |
| * | Teach clang_getCursorReferenced() about Objective-C property reference | Douglas Gregor | 2010-10-01 | 1 | -3/+51 |
| * | Fix RUN line in test. | Ted Kremenek | 2010-08-25 | 1 | -1/+1 |
| * | When annotating tokens, don't fallback to annotating with a null cursor for c... | Ted Kremenek | 2010-08-25 | 1 | -4/+102 |
| * | Revert "Move macro definitions for IBOutlet and IBAction into the source | Daniel Dunbar | 2010-05-12 | 1 | -113/+110 |
| * | Move macro definitions for IBOutlet and IBAction into the source code. This ... | Ted Kremenek | 2010-05-12 | 1 | -110/+113 |
| * | Yes another annotate-tokens tweak. | Daniel Dunbar | 2010-05-12 | 1 | -1/+1 |
| * | Increase test portability. | Daniel Dunbar | 2010-05-12 | 1 | -1/+1 |
| * | Make test case invariant to macro definition location. | Ted Kremenek | 2010-05-12 | 1 | -3/+3 |
| * | Re-apply r103581 with updated tests. It turns out we were computing bogus lo... | Ted Kremenek | 2010-05-12 | 1 | -1/+141 |
| * | Temporarily revert r103581 so I can fix the failing tests. | Ted Kremenek | 2010-05-12 | 1 | -141/+1 |
| * | Correctly check if a cursor is a declaration before returning its location/ra... | Ted Kremenek | 2010-05-12 | 1 | -1/+141 |
| * | Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for... | Ted Kremenek | 2010-05-12 | 1 | -1/+55 |
| * | Rework clang_annotateTokens() to annotate tokens with information that more c... | Ted Kremenek | 2010-05-05 | 1 | -38/+38 |
| * | Keep proper source location information for the type in an Objective-C | Douglas Gregor | 2010-04-20 | 1 | -4/+14 |
| * | Improve Objective-C token-annotation test | Douglas Gregor | 2010-03-09 | 1 | -1/+28 |
| * | Add an Objective-C test for token annotation | Douglas Gregor | 2010-03-09 | 1 | -0/+22 |