1. 1102af7 [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  2. 738f003 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  3. f45b716 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  4. dff580e [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
  5. 627440b [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  6. b2deb1f Mark these tests as requiring use of the shell. by Ted Kremenek · 13 years ago
  7. 821f8a1 Move ASTUnit's handling of temporary files and the preamble file into a lazily-created static DenseMap. This DenseMap is cleared (and the files erased) via an atexit routine in the case an ASTUnit is not destroyed. Fixes <rdar://problem/10293367>. by Ted Kremenek · 13 years ago
  8. 0a6433c Disalbe more Microsoft-specific stuff. by Douglas Gregor · 13 years ago
  9. f0508a6 Try to appease the Windows builders by Douglas Gregor · 13 years ago
  10. 0a76324 Eliminate a hang while loading a sequence of redeclarable entities. In by Douglas Gregor · 13 years ago
  11. 85a3736 Turn off delayed template parsing for this test by Douglas Gregor · 13 years ago
  12. 1db0028 Implement support for dependent Microsoft __if_exists/__if_not_exists by Douglas Gregor · 13 years ago
  13. ab795d6 Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing by Douglas Gregor · 13 years ago
  14. fa43c97 Minor tweak to test by Douglas Gregor · 13 years ago
  15. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  16. 46d1ea4 [libclang] Since an objc extension semantically continues the interface of the class by Argyrios Kyrtzidis · 13 years ago
  17. a50216c Add code completions for C++0x expressions by Douglas Gregor · 13 years ago
  18. ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
  19. c35cba4 Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. by Erik Verbruggen · 13 years ago
  20. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  21. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  22. 5f1c822 Allow for annotate attributes after access specifiers. When such by Erik Verbruggen · 13 years ago
  23. b008012 Don't crash in Sema::IsSimplyAccessible if the declaration is not a C++ class member. Fixes PR11108. by Douglas Gregor · 13 years ago
  24. d120596 Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 13 years ago
  25. aed123e [libclang] Introduce clang_findReferencesInFile which accepts a cursor, a file, by Argyrios Kyrtzidis · 13 years ago
  26. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  27. 1711fc9 Improve location fidelity of objc decls. by Argyrios Kyrtzidis · 13 years ago
  28. f87cced Propagate __attribute__((returns_twice)) from C to IL. by Rafael Espindola · 13 years ago
  29. 80d2355 Sorry, I misunderstood the interaction here; the GNU runtime does by John McCall · 13 years ago
  30. 591dbc7 Use -fgnu-runtime to force the use of the non-fragile ABI; by John McCall · 13 years ago
  31. 4768b9c Temporarily XFAIL this test until John or someone else who works on ObjC by Chandler Carruth · 13 years ago
  32. d1e40d5 Make -fobjc-nonfragile-abi the -cc1 default, since it's the by John McCall · 13 years ago
  33. 2dfdb94 [libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers. by Argyrios Kyrtzidis · 13 years ago
  34. 2f041d0 Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation to Objective-C object types. Fixes <rdar://problem/10142685>. by Ted Kremenek · 13 years ago
  35. d2ee809 Include prefix with default synthesized ivars. by Ted Kremenek · 13 years ago
  36. 30c4240 When 'bool' is not a built-in type but is defined as a macro, print by Douglas Gregor · 13 years ago
  37. 5f0bfc5 [libclang] Expose array size and element type, patch by Vinay Sajip! by Argyrios Kyrtzidis · 13 years ago
  38. 65ab907 [libclang] Report implicit objc methods for properties when indexing. by Argyrios Kyrtzidis · 13 years ago
  39. ee0f84f Don't map a file:line:col triplet that is inside the preamble range to by Argyrios Kyrtzidis · 13 years ago
  40. 2502efd [libclang] When pointing at a macro expansion inside a macro argument, by Argyrios Kyrtzidis · 13 years ago
  41. 5040247 For SourceManager::isBeforeInTranslationUnit, a location pointing by Argyrios Kyrtzidis · 13 years ago
  42. e24692b [PCH] Overhaul how preprocessed entities are [de]serialized. by Argyrios Kyrtzidis · 13 years ago
  43. 221d5a5 [libclang] Correct annotation and taking of cursor for objc class references by Argyrios Kyrtzidis · 13 years ago
  44. 6639e92 [libclang] by Argyrios Kyrtzidis · 13 years ago
  45. c295461 [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl of by Argyrios Kyrtzidis · 13 years ago
  46. 26d43cd [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of by Argyrios Kyrtzidis · 13 years ago
  47. 08e0bc1 Kill of the Decl::PCHLevel field entirely. We now only need to know by Douglas Gregor · 13 years ago
  48. 8f7c540 [libclang] Fix annotation and getting a "macro expansion" cursor by Argyrios Kyrtzidis · 13 years ago
  49. 8e85e85 Handle a code-completion token being passed to the macro stringify operator. by Argyrios Kyrtzidis · 13 years ago
  50. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  51. 8efcc01 Enable -fdelayed-template-parsing by default on Win32. by Francois Pichet · 13 years ago
  52. 140ab23 objective-c - This patch buffers method implementations by Fariborz Jahanian · 13 years ago
  53. 6f155de [libclang] Fix getting a cursor that points inside tag definition that is part by Argyrios Kyrtzidis · 13 years ago
  54. a28948f Restore patch I reversed in r138040. Known buildbot failures are resolved. by Fariborz Jahanian · 13 years ago
  55. e6f07f5 Revers r138040. Need to look at a few buildbot failures. by Fariborz Jahanian · 13 years ago
  56. 3dbf2f5 objective-c: Bring objective-c handling of decl context by Fariborz Jahanian · 13 years ago
  57. 5c5f03e [libclang] Support code-completion inside macro arguments. by Argyrios Kyrtzidis · 13 years ago
  58. a676379 [libclang] Annotate correctly macro argument tokens. by Argyrios Kyrtzidis · 13 years ago
  59. 1b2d536 For the MacroExpands preprocessor callback, also pass the SourceRange by Argyrios Kyrtzidis · 13 years ago
  60. 75cf3e8 Mark objc methods that are implicitly declared for properties (not user-declared) as implicit. by Argyrios Kyrtzidis · 13 years ago
  61. 4b43b30 [libclang] Make clang_getCursor able to handle locations that point inside macro arguments. by Argyrios Kyrtzidis · 13 years ago
  62. 2799c71 Fix tests for non-darwin hosts. by Argyrios Kyrtzidis · 13 years ago
  63. 427964e [libclang] Require explicit cursor visitation for all TypeLocs (compilation will by Argyrios Kyrtzidis · 13 years ago
  64. 6db629e Fix the buildbot test. by Argyrios Kyrtzidis · 13 years ago
  65. 3422fbc [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717. by Argyrios Kyrtzidis · 13 years ago
  66. 8a4bfaa [libclang] When pointing at an objc property don't return a cursor that points at the by Argyrios Kyrtzidis · 13 years ago
  67. d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
  68. 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
  69. 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
  70. d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
  71. e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
  72. 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
  73. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  74. 0a47d69 Add new libclang API, clang_codeCompleteGetObjCSelector(), which by Douglas Gregor · 13 years ago
  75. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  76. e081a61 New libclang API to expose container type for code completion, from by Douglas Gregor · 13 years ago
  77. f62d43d Revamp the SourceManager to separate the representation of parsed by Douglas Gregor · 13 years ago
  78. 91ae6b4 When creating a property in a class extension, make sure to check its by Douglas Gregor · 13 years ago
  79. 9b2a0ac Update all of the libclang code corresponding to the preprocessor by Chandler Carruth · 13 years ago
  80. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  81. 85bea97 Keep track of when "unrecoverable" errors occur, then allow by Douglas Gregor · 13 years ago
  82. 064c44b [libclang] Avoid having the cursor of an expression replace the declaration cursor by Argyrios Kyrtzidis · 13 years ago
  83. 5517b89 [libclang] Avoid having the cursor of an expression "overwrite" the annotation of the by Argyrios Kyrtzidis · 13 years ago
  84. f85e193 Automatic Reference Counting. by John McCall · 13 years ago
  85. 85269fc Update Indexer test for new 'atomic' keyword. by Fariborz Jahanian · 13 years ago
  86. 27f4523 Add code completetion code for the new 'atomic' attribute by Fariborz Jahanian · 13 years ago
  87. 352697a Expose @synthesize and @dynamic via their own cursor kinds in by Douglas Gregor · 13 years ago
  88. 3f828d1 Tweak code completions for Objective-C Key-Value Observing. The by Douglas Gregor · 13 years ago
  89. b83d4d7 Add c-index-test printing and tests for static and virtual method by Douglas Gregor · 13 years ago
  90. dca8ee8 Introduce a new libclang parsing flag, by Douglas Gregor · 13 years ago
  91. 4b81cde When providing code completions for an Objective-C property access, by Douglas Gregor · 13 years ago
  92. e74c25c When adding KVC code completions, keep track of all of the selectors by Douglas Gregor · 13 years ago
  93. dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 13 years ago
  94. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 13 years ago
  95. 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 13 years ago
  96. f8b1771 Don't waste memory if the initializer expression is empty. by Argyrios Kyrtzidis · 13 years ago
  97. 64089ce Fixes an instance method meta-data generation bug in by Fariborz Jahanian · 13 years ago
  98. 4423ac0 For by Argyrios Kyrtzidis · 13 years ago
  99. ffcd985 When translating a Clang source range into a libclang source range, by Douglas Gregor · 13 years ago
  100. e842605 When providing code completions of ivar names for a property by Douglas Gregor · 13 years ago