1. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  2. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  3. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  4. 51e75ae [PCH] Fix a PCH serialization crash, with invalid code related to forward enum references. by Argyrios Kyrtzidis · 11 years ago
  5. 15c8e56 Patch to fix doxygen trailing comments for ObjectiveC methods. by Fariborz Jahanian · 11 years ago
  6. 8c238be Patch to fix doxygen trailing comments for ObjectiveC properties. by Fariborz Jahanian · 11 years ago
  7. dc66326 [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. by Argyrios Kyrtzidis · 11 years ago
  8. 5b429be Move not past env. by Rafael Espindola · 11 years ago
  9. ceaa1ec Documentation parsing: if typedef name is being declared by Fariborz Jahanian · 11 years ago
  10. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  11. f0c06a3 Fix crash in libclang if code completion is used with unknown flags. by Manuel Klimek · 11 years ago
  12. 4eaa81b clang/test/Index/comment-custom-block-command.cpp: This has not been failing since r175892 on valgrind. by NAKAMURA Takumi · 11 years ago
  13. 514afc7 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 11 years ago
  14. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  15. 12df246 [AST] Introduce a new DecayedType sugar node by Reid Kleckner · 11 years ago
  16. 1a554f7 Add some invalid-decl checks to clang_Type_getOffsetOf. by Matt Beaumont-Gay · 11 years ago
  17. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  18. 97e5bc2 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 11 years ago
  19. d52b20c [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 11 years ago
  20. 8bb8669 [libclang] Make sure crash-recovery for module-building does not interfere with libclang crash-recovery. by Argyrios Kyrtzidis · 11 years ago
  21. 1f01f7c [libclang] Allow building a precompiled preamble with compiler errors by Argyrios Kyrtzidis · 11 years ago
  22. c910d4c Revert "[Sema] Make FunctionType's TSI use unadjusted argument types" by Reid Kleckner · 11 years ago
  23. 63c9a92 [Sema] Make FunctionType's TSI use unadjusted argument types by Reid Kleckner · 11 years ago
  24. d62d901 When the template specialization header is missing, set a valid source location for the template keyword when recovering. by Argyrios Kyrtzidis · 11 years ago
  25. 25cd4a2 [libclang] When annotating tokens, don't override a property annotation with a getter/setter method annotation. by Argyrios Kyrtzidis · 11 years ago
  26. 85b03eb Fix test error caused by r183008. by Daniel Jasper · 11 years ago
  27. 1bc085a [libclang] When indexing a @synthesize, don't consider that it defines a getter/setter if one is already defined by the user. by Argyrios Kyrtzidis · 11 years ago
  28. fe038a3 [libclang] For "@import .." code-completion results, associate a CXCursor_ModuleImportDecl cursor instead of CXCursor_NotImplemented. by Argyrios Kyrtzidis · 11 years ago
  29. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  30. 92b522d Fix test breakage caused by change in clang-format. by Daniel Jasper · 11 years ago
  31. 7eca8d2 [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to install the ASTWriter that we create as an ASTMutationListener. by Argyrios Kyrtzidis · 11 years ago
  32. b18840d Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. by Argyrios Kyrtzidis · 11 years ago
  33. 1270673 Have the RecursiveASTVisitor traverse the type source info of an objc class message. by Argyrios Kyrtzidis · 11 years ago
  34. 4857fdc [document parsing]: support c++11 type aliases by Fariborz Jahanian · 11 years ago
  35. a3ae52b [documenting declaration]: Remove arc liftime qualifiers by Fariborz Jahanian · 11 years ago
  36. f1d6d14 Fix buildbot yet again. // rdar://13757500. by Fariborz Jahanian · 11 years ago
  37. 40a06bc attempt to fix the buildbot failure. by Fariborz Jahanian · 11 years ago
  38. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago
  39. 91efca0 documenttion parsing. Provide a c-index test by Fariborz Jahanian · 11 years ago
  40. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  41. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  42. 002f928 Comment parsing: -fparse-all-comments: recognize empty line comments by Dmitri Gribenko · 11 years ago
  43. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 12 years ago
  44. 2fb5d12 When modifying an implicit instantiation with information from an explicit one, make sure to reset the "right brace" location. by Argyrios Kyrtzidis · 12 years ago
  45. 355dae6 [libclang] Make sure the preable does not truncate comments. by Argyrios Kyrtzidis · 12 years ago
  46. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 12 years ago
  47. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 12 years ago
  48. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 12 years ago
  49. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 12 years ago
  50. 7717914 [libclang] Report parameter array types as written in source, not decayed to pointer types. by Argyrios Kyrtzidis · 12 years ago
  51. 673c5d5 Correct the range returned by ParmVarDecl::getSourceRange(), for parameters in ObjC methods with postfix types. by Argyrios Kyrtzidis · 12 years ago
  52. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 12 years ago
  53. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 12 years ago
  54. 75dbdfa comment parsing. Add couple more needed doxygen tags. // rdar://12379053 by Fariborz Jahanian · 12 years ago
  55. 0e7f2bb -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian by Dmitri Gribenko · 12 years ago
  56. c95468f Add testcases for -fparse-all-comments by Dmitri Gribenko · 12 years ago
  57. a1637aa clang/test/Index/annotate-tokens.cpp: Appease msvc-targets with -fno-delayed-template-parsing. by NAKAMURA Takumi · 12 years ago
  58. cac9ee0 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
  59. 516143b [libclang] Fix cursor visitation to not ignore template arguments in out-of-line member functions. by Argyrios Kyrtzidis · 12 years ago
  60. 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
  61. e9ebd85 [libclang] Make clang_Cursor_getArgument work with call-exprs. by Argyrios Kyrtzidis · 12 years ago
  62. b6cac0b [libclang] Add test case for r178374. by Argyrios Kyrtzidis · 12 years ago
  63. ab2d09b [Parser] Don't code-complete twice. by Argyrios Kyrtzidis · 12 years ago
  64. c528aa2 Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind. by Evgeniy Stepanov · 12 years ago
  65. 231b2bc Actually mark ASan-unfriendly test as XFAIL by Alexey Samsonov · 12 years ago
  66. 4d553c9 clang/test/Index/crash-recovery-code-complete.c: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  67. 1686137 documentation parsing: when providing code completion comment by Fariborz Jahanian · 12 years ago
  68. c02ddb2 documentation parsing. Provide code completion comment by Fariborz Jahanian · 12 years ago
  69. 07c5908 [libclang] Modify clang_getCursorType to be able to handle a function template decl. by Argyrios Kyrtzidis · 12 years ago
  70. 5256c1f [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 12 years ago
  71. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 12 years ago
  72. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 12 years ago
  73. 809d1f1 Add comment to my last test. by Fariborz Jahanian · 12 years ago
  74. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
  75. 1ebefc7 [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenIDToIdentifier() only when it's not already an identifier. by Argyrios Kyrtzidis · 12 years ago
  76. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 12 years ago
  77. fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 12 years ago
  78. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  79. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  80. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
  81. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 12 years ago
  82. 5a56e1b [libclang] Add a test to make sure annotation works fine in the presence of by Argyrios Kyrtzidis · 12 years ago
  83. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 12 years ago
  84. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  85. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  86. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  87. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 12 years ago
  88. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  89. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 12 years ago
  90. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  91. d1f09b4 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 12 years ago
  92. f494e48 Comment parsing: fold named character references test into other HTML tests by Dmitri Gribenko · 12 years ago
  93. 3862d76 Index/special-html-characters.m: mark this as XFAIL for valgrind by Dmitri Gribenko · 12 years ago
  94. 31aa577 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 12 years ago
  95. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 12 years ago
  96. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  97. 13e42fb clang/test/Index/getcursor-preamble.m: Formatting. by NAKAMURA Takumi · 12 years ago
  98. 3832fbb clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally. by NAKAMURA Takumi · 12 years ago
  99. 3d207e7 Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit. by Argyrios Kyrtzidis · 12 years ago
  100. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago