1. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  2. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  3. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  4. 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 13 years ago
  5. d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 13 years ago
  6. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 13 years ago
  7. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 13 years ago
  8. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 13 years ago
  9. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 13 years ago
  10. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 13 years ago
  11. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 13 years ago
  12. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 13 years ago
  13. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 13 years ago
  14. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 13 years ago
  15. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 13 years ago
  16. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 13 years ago
  17. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 13 years ago
  18. 9cdd157 Remove absolute file path in test. by Dmitri Gribenko · 13 years ago
  19. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 13 years ago
  20. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 13 years ago
  21. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 13 years ago
  22. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 13 years ago
  23. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 13 years ago
  24. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 13 years ago
  25. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 13 years ago
  26. f0d151c Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 13 years ago
  27. 59500fe Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 13 years ago
  28. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  29. d48ab06 Tweak code-completion heuristics deciding between a lambda by Douglas Gregor · 13 years ago
  30. 437fbc5 When we encounter a code-completion token while parsing an ill-formed by Douglas Gregor · 13 years ago
  31. 477a9f5 Implement resolving of HTML character references (named: &, decimal: *, by Dmitri Gribenko · 13 years ago
  32. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 13 years ago
  33. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 13 years ago
  34. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 13 years ago
  35. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 13 years ago
  36. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 13 years ago
  37. 72021ff CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 13 years ago
  38. 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 13 years ago
  39. 659a712 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 13 years ago
  40. a770a4d Add correct parenthesis range to CXXConstructExprs inside by Daniel Jasper · 13 years ago
  41. 9c00676 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 13 years ago
  42. f39a7ae [libclang] Introduce clang_Cursor_isDynamicCall which, by Argyrios Kyrtzidis · 13 years ago
  43. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
  44. db29318 [libclang] add CompilationDatabase support by Arnaud A. de Grandmaison · 13 years ago
  45. d558b52 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 13 years ago
  46. f199b9c Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 13 years ago
  47. 8bdb58a Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 13 years ago
  48. 1255e1b Add a test for unterminated /* comments. by Dmitri Gribenko · 13 years ago
  49. 2d44d77 Implement a lexer for structured comments. by Dmitri Gribenko · 13 years ago
  50. e601b23 Handle include directive with comments. It turns out that in this case comments are not coming in source order. Instead of trying to std::sort() comments (which can be costly), just remove comments that are not in order. by Dmitri Gribenko · 13 years ago
  51. aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 13 years ago
  52. a0cff72 [AST/libclang] Fix the selector locations that are reported for a by Argyrios Kyrtzidis · 13 years ago
  53. 1f6e22d [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. by Jordan Rose · 13 years ago
  54. b92a408 When code completion walks the members of a protocol or interface, by Douglas Gregor · 13 years ago
  55. 135bf8e [libclang] When doing the cursor visitation make sure declarations by Argyrios Kyrtzidis · 13 years ago
  56. 374a00b [libclang] Don't crash when saving a PCH from a prefix header by Argyrios Kyrtzidis · 13 years ago
  57. c18909e [libclang] Add a triple to test/Index/index-decls.m by Argyrios Kyrtzidis · 13 years ago
  58. 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 13 years ago
  59. 2f316dd Follow-up on the test of r157892 by Argyrios Kyrtzidis · 13 years ago
  60. 25c2596 Initialize the non-target-dependent fields of the Preprocessor in its constructor by Argyrios Kyrtzidis · 13 years ago
  61. 6e5fa8c [libclang] Add a test I forgot to commit for r156890. by Argyrios Kyrtzidis · 13 years ago
  62. 25bd279 [libclang] Report CXType_ObjCId for 'const id', not CXType_Typedef. by Argyrios Kyrtzidis · 13 years ago
  63. d6277fb [driver] When creating the compiler invocation out of command-line by Argyrios Kyrtzidis · 13 years ago
  64. 5641b0d [libclang/AST] When declaring a local class, don't neglect to set the end location by Argyrios Kyrtzidis · 13 years ago
  65. 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 13 years ago
  66. c44c0e4 [libclang] Add a test for objc boxed expressions. by Argyrios Kyrtzidis · 13 years ago
  67. e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
  68. ae5ac1f [libclang] Map 'id'/'Class'/'SEL' to the corresponding CXType kinds. by Argyrios Kyrtzidis · 13 years ago
  69. 7032265 Robustify test by Douglas Gregor · 13 years ago
  70. cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 13 years ago
  71. 9b79fc9 Process attributes in the order they appear in the source code. This make clang by Rafael Espindola · 13 years ago
  72. 0e22a9f For RecursiveASTVisitor, do data recursion for CXXOperatorCallExpr. by Argyrios Kyrtzidis · 13 years ago
  73. a9d45a3 [libclang] Make sure that when we have multiple @class references in the same line, by Argyrios Kyrtzidis · 13 years ago
  74. 9482a18 [libclang] Spelling range for a objc category should the category name range, not the class one. by Argyrios Kyrtzidis · 13 years ago
  75. d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 13 years ago
  76. eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 13 years ago
  77. 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 13 years ago
  78. 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 13 years ago
  79. 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 13 years ago
  80. 0cc9fdb Add a target triple to test/Index/complete-synthesized.m. by Argyrios Kyrtzidis · 13 years ago
  81. 2ca35e6 Remove -fobjc-default-synthesize-properties as the option to c-index-test. by Fariborz Jahanian · 13 years ago
  82. 893a6ea Don't treat synthesized ivars as being in the base class for the purpose of by Nick Lewycky · 13 years ago
  83. d786f1a [libclang] Fix use-after-free bug when handling attributes indexing info. by Argyrios Kyrtzidis · 13 years ago
  84. 34ebe1e [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function. by Argyrios Kyrtzidis · 13 years ago
  85. ba1da14 [libclang] Introduce clang_Cursor_getSpellingNameRange(). by Argyrios Kyrtzidis · 13 years ago
  86. b085d89 Add info to ObjCPropertyRefExpr to indicate whether the dot syntax property by Argyrios Kyrtzidis · 13 years ago
  87. d046952 [libclang] A MemberRefExpr cursor for a property dot syntax should have as by Argyrios Kyrtzidis · 13 years ago
  88. 66373dd [libclang] Have c-index-test output more information about a cursor with -cursor-at: by Argyrios Kyrtzidis · 13 years ago
  89. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 13 years ago
  90. 5d5ed59 [parser] If there are unmatched braces in a function definition, try to by Argyrios Kyrtzidis · 13 years ago
  91. 30a2805 [libclang] Make sure we don't crash when trying to index code that by Argyrios Kyrtzidis · 13 years ago
  92. ccc6f36 [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor, by Argyrios Kyrtzidis · 13 years ago
  93. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 13 years ago
  94. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 13 years ago
  95. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 13 years ago
  96. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 13 years ago
  97. ba50b3e Allow serializing an invalid ParmVarDecl and don't set access to public for by Argyrios Kyrtzidis · 13 years ago
  98. 216f78b Improve our semantic error recovery. by Argyrios Kyrtzidis · 13 years ago
  99. 29f98b4 [libclang] Fix a crash when serializing a preprocessing record that contains by Argyrios Kyrtzidis · 13 years ago
  100. 044e645 [libclang] Enhance clang_getOverriddenCursors. by Argyrios Kyrtzidis · 13 years ago