1. 97d7ff0 When we encounter an Objective-C class name in an expression, followed by Douglas Gregor · 14 years ago
  2. 0895d15 When reading the AST, delay loading of the redeclaration chain to avoid deeply nested calls. by Argyrios Kyrtzidis · 14 years ago
  3. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 14 years ago
  4. cd9175d USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension. by Ted Kremenek · 14 years ago
  5. 4814fb5 If any Fix-Its attached to a diagnostic have invalid source locations by Douglas Gregor · 14 years ago
  6. 2a11469 Test for previous commit by Douglas Gregor · 14 years ago
  7. e72fb6f Add libclang functions to determine the const/volatile/restrict by Douglas Gregor · 14 years ago
  8. fbcfeea Eliminate the use of getTypeForDecl from clang_getCursorType() and by Douglas Gregor · 14 years ago
  9. ba73ada Teach libclang to generate USRs containing parameter packs and pack expansions. by Douglas Gregor · 14 years ago
  10. 94d9629 Teach libclang about SizeOfPackExpr. by Douglas Gregor · 14 years ago
  11. 0b53cf8 Don't silently drop warning flags passed in to by Douglas Gregor · 14 years ago
  12. 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
  13. 112c330 Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 by Fariborz Jahanian · 14 years ago
  14. 0fe5397 When in code-completion, skip obj-c method bodies for speed up. by Argyrios Kyrtzidis · 14 years ago
  15. 3437f1f Speed up code-completion by skipping function bodies. by Argyrios Kyrtzidis · 14 years ago
  16. 32038bb When determining which preprocessed entities to traverse in libclang, by Douglas Gregor · 14 years ago
  17. 52e64c8 Fix test to be platform-agnostic by Douglas Gregor · 14 years ago
  18. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  19. 2fcbcef Implement BlockDecl::getSourceRange(). The bogus source-range by Douglas Gregor · 14 years ago
  20. 124b3de add missing newlines at end of file. by Chris Lattner · 14 years ago
  21. c7b5ed6 Swap the order of the condition and body of a do-while statement in by Douglas Gregor · 14 years ago
  22. bbca85d Avoid to emit redundant implicit cast for enum constants init expressions. by Abramo Bagnara · 14 years ago
  23. 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
  24. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  25. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  26. 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  27. 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
  28. 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
  29. aa5f135 Extend the libclang diagnostic API to provide information about the by Douglas Gregor · 14 years ago
  30. cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
  31. 89629a7 When libclang is walking a member access expression, don't walk into by Douglas Gregor · 14 years ago
  32. 6653798 When comparing the source range of a declaration against the region of by Douglas Gregor · 14 years ago
  33. a4ffd85 For an Objective-C @synthesize statement, e.g., by Douglas Gregor · 14 years ago
  34. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 14 years ago
  35. 8f0889c Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed to completely zero-initialize itself. by Ted Kremenek · 14 years ago
  36. 473f674 Temporarily remove this test. It is causing an assertion failure in the builtbot. by Ted Kremenek · 14 years ago
  37. ab97961 Annotate tokens in a separate thread to avoid blowing out stack space. While the CursorVisitor by Ted Kremenek · 14 years ago
  38. c0e1d92 Generalize data-recursive visitation in CursorVisitor to also handle MemberExprs by Ted Kremenek · 14 years ago
  39. e47be3e Improve ASTUnit's capture of diagnostics so that the by Douglas Gregor · 14 years ago
  40. 826faa2 Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avoid leaking memory. by Argyrios Kyrtzidis · 14 years ago
  41. a9b06d4 ntroduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  42. 27a31fe Revert r118492, which didn't update all of its tests accordingly by Douglas Gregor · 14 years ago
  43. b627871 Introduce clang_getSpellingLocation() into libclang, to provide the by Douglas Gregor · 14 years ago
  44. 9b0ba87 Teach code completion not to include out-of-line declarations and by Douglas Gregor · 14 years ago
  45. 04c450c Add CursorVisitor::VisitBinaryOperator() to explicitly handle the case where we can blow out the stack due by Ted Kremenek · 14 years ago
  46. da89264 If an instance method messages is sending to an expression of type Class, by Douglas Gregor · 14 years ago
  47. 93798e2 Teach clang_getCursorReferenced() that a by Douglas Gregor · 14 years ago
  48. 40749ee Improve source-location information for CXXConstructExpr nodes, by by Douglas Gregor · 14 years ago
  49. d8c370c Hack to workaround deficiency in ObjC ASTs. Functions and variables may be declared by Ted Kremenek · 14 years ago
  50. ca45da0 Teach code completion to provide property results when the property by Douglas Gregor · 14 years ago
  51. 007a7c9 Encapsulate within CXCursor the notion of whether a VarDecl* is the first Decl in a DeclGroup. We use this by Ted Kremenek · 14 years ago
  52. 428edaf Improve the tracking of source locations for parentheses in constructor calls. by Chandler Carruth · 14 years ago
  53. 38f28c1 Teach clang_getCursorReferenced() and friends about BlockDeclRefExprs. by Douglas Gregor · 14 years ago
  54. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  55. d93fae6 Update clang_getCursor() test to check searches on include directives by Douglas Gregor · 14 years ago
  56. 4419b67 Improve the implementation of libclang's token-annotation logic for by Douglas Gregor · 14 years ago
  57. ecdcb88 Extend the preprocessing record and libclang with support for by Douglas Gregor · 14 years ago
  58. 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
  59. a5450a0 Fix the translation of the PCC_ForInit code-completion context for by Douglas Gregor · 14 years ago
  60. 75ab414 Provide code completion for types after the '^' that starts a block literal. by Douglas Gregor · 14 years ago
  61. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  62. ea76618 When providing code completions of Objective-C method declarations by Douglas Gregor · 14 years ago
  63. 8b380af Reverting r116493: removes a test that failed on clang selfhost and msvc by Andrew Trick · 14 years ago
  64. f34553d Test case for r116439 by David Chisnall · 14 years ago
  65. 4cd912a When we load an ASTUnit from command-line arguments, hold on to the by Douglas Gregor · 14 years ago
  66. c7f3961 This test should now work on windows, since we're no longer using temporary files badly by Douglas Gregor · 14 years ago
  67. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  68. b10daed Eliminate clang_setUseExternalASTGeneration() from libclang. Between by Douglas Gregor · 14 years ago
  69. 90c121c Remove a rogue typo by Douglas Gregor · 14 years ago
  70. 6309737 Register the __builtin_va_list_type node when we parse it, rather than by Douglas Gregor · 14 years ago
  71. c2760bc When providing a block literal as a code completion for a by Douglas Gregor · 14 years ago
  72. 358559d Introduce a new libclang function, clang_getCursorDisplayName(), which by Douglas Gregor · 14 years ago
  73. 3f0fee3 Teach clang_getCursorType() about base specifiers and other references by Douglas Gregor · 14 years ago
  74. 1b0f7af Provide proper source location and range information for C++ base by Douglas Gregor · 14 years ago
  75. db1314e Teach clang_getCursorReferenced() about Objective-C property reference by Douglas Gregor · 14 years ago
  76. 9f59234 Extend libclang with an API that determines, given a C++ virtual by Douglas Gregor · 14 years ago
  77. 4949927 Add test case for <rdar://problem/8452791> (fixed in r114392). by Ted Kremenek · 14 years ago
  78. 76dc889 When setting the globally-visible declarations for a particular by Douglas Gregor · 14 years ago
  79. 1909dfd Remove this test for now until I figure out how to get it to work with c-index-test in a portable way. by Ted Kremenek · 14 years ago
  80. 84906b2 Pass -fobjc-nonfragile-abi2 in test. by Ted Kremenek · 14 years ago
  81. fc320e3 Since this test depends on default ivar synthesis, specify the target triple. This hopefully unbreaks the buildbot by Ted Kremenek · 14 years ago
  82. 4e42972 Update comment in test with reference to bug report. by Ted Kremenek · 14 years ago
  83. 2a6af6b Default synthesized ivars don't really have a location in the source. Using the location of the @implementation by Ted Kremenek · 14 years ago
  84. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  85. 0d22d22 Add test case for c-index-test showing that @property declarations added in class extensions don't get reported by Ted Kremenek · 14 years ago
  86. 4a2e9ea For properties declared in a @protocol and redeclared in a class extension, use the class extension by Ted Kremenek · 14 years ago
  87. a054fb4 Correctly register the class extension as the lexical DeclContext for ObjC methods declared with @property in class extensions. by Ted Kremenek · 14 years ago
  88. 8254aa6 For ObjCPropertyDecls in class extensions, use the class extension as the lexical DeclContext for newly created by Ted Kremenek · 14 years ago
  89. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  90. b9d7757 When providing code completions for an argument in an Objective-C by Douglas Gregor · 14 years ago
  91. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  92. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  93. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  94. 66b7fbf Introduce a simple, substitution-based compression scheme for USRs, so by Douglas Gregor · 14 years ago
  95. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  96. 833ba9c Add another text for code completion after recovery by Douglas Gregor · 14 years ago
  97. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  98. 9485989 Improve recovery when the middle expression of a ternary operator is ill-formed by Douglas Gregor · 14 years ago
  99. 200b292 When we run into an error parsing or type-checking the left-hand side by Douglas Gregor · 14 years ago
  100. 692577c When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 14 years ago