1. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 12 years ago
  2. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 12 years ago
  3. c15707d [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl" by Argyrios Kyrtzidis · 13 years ago
  4. 9ec60df rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  5. 31cbe68 Revert r148138; it's causing test failures. by Eli Friedman · 13 years ago
  6. edd4f3c rename -ccc-host-triple into -target by Sebastian Pop · 13 years ago
  7. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  8. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  9. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  10. c295461 [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of by Argyrios Kyrtzidis · 13 years ago
  11. 2799c71 Fix tests for non-darwin hosts. by Argyrios Kyrtzidis · 13 years ago
  12. 6db629e Fix the buildbot test. by Argyrios Kyrtzidis · 13 years ago
  13. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  14. 9b2a0ac Update all of the libclang code corresponding to the preprocessor by Chandler Carruth · 13 years ago
  15. 85269fc Update Indexer test for new 'atomic' keyword. by Fariborz Jahanian · 13 years ago
  16. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 13 years ago
  17. f525160 Teach libclang's token-annotation logic about context-sensitive by Douglas Gregor · 13 years ago
  18. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  19. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  20. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  21. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  22. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  23. d8c370c Hack to workaround deficiency in ObjC ASTs. Functions and variables may be declared by Ted Kremenek · 14 years ago
  24. 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
  25. db1314e Teach clang_getCursorReferenced() about Objective-C property reference by Douglas Gregor · 14 years ago
  26. 141a4d4 Fix RUN line in test. by Ted Kremenek · 14 years ago
  27. d8b0a84 When annotating tokens, don't fallback to annotating with a null cursor for cursors that come before a macro instantiation. Fixes <rdar://problem/7974151>. by Ted Kremenek · 14 years ago
  28. e0530b0 Revert "Move macro definitions for IBOutlet and IBAction into the source by Daniel Dunbar · 14 years ago
  29. 445851c Move macro definitions for IBOutlet and IBAction into the source code. This hopefully by Ted Kremenek · 14 years ago
  30. a9f1bb1 Yes another annotate-tokens tweak. by Daniel Dunbar · 14 years ago
  31. 321f8df Increase test portability. by Daniel Dunbar · 14 years ago
  32. bcbdd8e Make test case invariant to macro definition location. by Ted Kremenek · 14 years ago
  33. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  34. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  35. b5fb6ac Correctly check if a cursor is a declaration before returning its location/range in clang_getCursorLocation()/clang_getCursorExtent(). This fixes a horrible bug reported in by Ted Kremenek · 14 years ago
  36. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  37. fbd84ca Rework clang_annotateTokens() to annotate tokens with information that more closely matches by Ted Kremenek · 14 years ago
  38. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 14 years ago
  39. e0610a4 Improve Objective-C token-annotation test by Douglas Gregor · 14 years ago
  40. 98146a6 Add an Objective-C test for token annotation by Douglas Gregor · 14 years ago