1. 9c10d61 Temporary fix of tests to make buildbots happy. by Daniel Jasper · 12 years ago
  2. f1e5b15 [libclang] Follow-up to r170824, provide the correct number of arguments for by Argyrios Kyrtzidis · 12 years ago
  3. cd0fd18 [libclang] Make sure we can code-complete inside a macro argument even though by Argyrios Kyrtzidis · 12 years ago
  4. 154120c Add objective-C style formatting to clang format and by Fariborz Jahanian · 12 years ago
  5. ca40f30 [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all by Argyrios Kyrtzidis · 12 years ago
  6. 89d852a Change test to dump Filecheck output to an intermediate file. This makes it easier to update this test. by Ted Kremenek · 12 years ago
  7. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  8. 240c6ff test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating. by NAKAMURA Takumi · 12 years ago
  9. d9b8777 Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros. by Ted Kremenek · 12 years ago
  10. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 12 years ago
  11. a7a2f2a Merge storage classes even when contexts don't match. by Rafael Espindola · 12 years ago
  12. b94b62c [libclang] Make sure tokens from preprocessor directives are annotated as such, by Argyrios Kyrtzidis · 12 years ago
  13. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  14. 44dfff6 Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file by Argyrios Kyrtzidis · 12 years ago
  15. 5f5250b [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndef by Argyrios Kyrtzidis · 12 years ago
  16. e1c2c20 [libclang] Declarations inside anonymous namespaces have internal linkage so by Argyrios Kyrtzidis · 12 years ago
  17. de780d4 test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming. by NAKAMURA Takumi · 12 years ago
  18. 2a06447 [libclang] Add a test to make sure we skip bodies properly from "#pragma once" headers. by Argyrios Kyrtzidis · 12 years ago
  19. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  20. 762661a Fixes a typo in this test. by Fariborz Jahanian · 12 years ago
  21. 5c6ae4b more test of template declarations in a by Fariborz Jahanian · 12 years ago
  22. 5e0ea19 More C++ testing of declarations embedded in by Fariborz Jahanian · 12 years ago
  23. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  24. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  25. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  26. c2ef5ad additional test for declaration tag of a class extension. // rdar://12378714 by Fariborz Jahanian · 12 years ago
  27. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  28. 60ef8b7 clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin. by NAKAMURA Takumi · 12 years ago
  29. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  30. e60729a Testcase overriding-ftemplate-comments.cpp: use [[@LINE]] to make it less fragile. by Dmitri Gribenko · 12 years ago
  31. e8b5db4 Comment to XML conversion test: correct filename. by Dmitri Gribenko · 12 years ago
  32. 61322bc Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers) by Dmitri Gribenko · 12 years ago
  33. b164af6 Comment to XML conversion: convert some tests to use the new [[@LINE]] by Dmitri Gribenko · 12 years ago
  34. 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
  35. 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
  36. 82e5237 Introduce inferred framework modules into the module map file, by Douglas Gregor · 12 years ago
  37. e4a990f [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 12 years ago
  38. bef17f9 clang/test/Index/code-completion-skip-bodies.cpp: Add XFAIL while investigating. by NAKAMURA Takumi · 12 years ago
  39. 25893e0 Decouple code-completion for the SkipFunctionBodies frontend option and by Argyrios Kyrtzidis · 12 years ago
  40. a049bbb [options] Fix mishandling of aliased options that was introduced in r166444. by Argyrios Kyrtzidis · 12 years ago
  41. 1cb7142 Take into account that there may be a BOM at the beginning of the file, by Argyrios Kyrtzidis · 12 years ago
  42. 0872a06 When associating file ranges of macro arguments with their by Argyrios Kyrtzidis · 12 years ago
  43. 71197a3 clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. by NAKAMURA Takumi · 12 years ago
  44. ae8273a clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 12 years ago
  45. 7ba2b45 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 12 years ago
  46. 6b2d7c7 Un-XFAIL some tests for comment to XML conversion. This reverts r166151 and by Dmitri Gribenko · 12 years ago
  47. 8d7a24e [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 12 years ago
  48. ff9c9e1 [libclang] Add a test for annotation of module headers by Argyrios Kyrtzidis · 12 years ago
  49. 07c90ed XFAIL these tests until I can figure out what is going on on other platforms. by Fariborz Jahanian · 12 years ago
  50. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  51. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 12 years ago
  52. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 12 years ago
  53. be9edce clang/test/Index/index-module.m: Tweak expressions to fit Win32 paths. by NAKAMURA Takumi · 12 years ago
  54. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 12 years ago
  55. 80eed72 clang/test/Index/index-module.m: Move XFAIL. It was line-number-sensitive. by NAKAMURA Takumi · 12 years ago
  56. 6eefeee clang/test/Index/index-module.m: Mark it as XFAIL:win32 for now. by NAKAMURA Takumi · 12 years ago
  57. 55cbb79 clang/test/Index/index-pch-with-module.m: Tweak expressions for win32 pathsep. by NAKAMURA Takumi · 12 years ago
  58. 0ef983e [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 12 years ago
  59. 1d20e82 [libclang] Remove this test while I investigate why it is crashing on release+asserts. by Argyrios Kyrtzidis · 12 years ago
  60. 8003fd6 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 12 years ago
  61. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 12 years ago
  62. 3644d97 If a macro has been #undef'd in a precompiled header, we still need to by Douglas Gregor · 12 years ago
  63. 38eb1e1 When storing the C++ overridden methods, store them once for the by Argyrios Kyrtzidis · 12 years ago
  64. d69f31c In VarDecl::getSourceRange() make sure to check that the source location by Argyrios Kyrtzidis · 12 years ago
  65. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  66. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  67. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  68. d625056 clang/test/Index: Fix two tests. Both %S and %t are expanded to absolute paths. by NAKAMURA Takumi · 12 years ago
  69. 7cf0cd3 [clang-tests] Changed relative paths to absolute paths in run command for annotate-macro-args.m, get-cursor-macro-args.m, import_self.c. by Michael Gottesman · 12 years ago
  70. 0209abf Add xml test for availability to comment-xml-schema.c by Fariborz Jahanian · 12 years ago
  71. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  72. c04bb92 [libclang] Always report a CXCursor_MacroDefinition for code-completion by Argyrios Kyrtzidis · 12 years ago
  73. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  74. 1f94124 [PCH] After deserializing a DeclContext, if it has external lexical decls but not by Argyrios Kyrtzidis · 12 years ago
  75. 7f18633 [libclang] When loading an AST file, make sure to apply the language options by Argyrios Kyrtzidis · 12 years ago
  76. 67330f1 Add tests for r163778. by Ted Kremenek · 12 years ago
  77. 59cabd7 [libclang] Fix getting a cursor inside an angled #include directive. by Argyrios Kyrtzidis · 12 years ago
  78. 3bed3d1 [libclang] Do index 'extern' declarations inside functions. by Argyrios Kyrtzidis · 12 years ago
  79. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  80. 754a5d1 [libclang] Fix indexing type alias declarations. rdar://11878406 by Argyrios Kyrtzidis · 12 years ago
  81. d579dd5 [libclang] The annotation of tokens operation visits statement nodes code-recursively. by Argyrios Kyrtzidis · 12 years ago
  82. 50f88b9 Reland r160052: Default to -std=c++11 on Windows. by Nico Weber · 12 years ago
  83. c88c6a4 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 12 years ago
  84. c178d76 [libclang] When determining the cursor via a location, ignore synthesized ivars otherwise by Argyrios Kyrtzidis · 12 years ago
  85. b3dd988 [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 12 years ago
  86. 2125c90 Attaching comments to declarations: when documentation is requested for an by Dmitri Gribenko · 12 years ago
  87. 0ac4ec7 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 12 years ago
  88. d3867f6 Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. by Jordan Rose · 12 years ago
  89. d7403a7 Code-complete 'weak' for properties under ARC-with-weak-references (or GC) by Jordan Rose · 12 years ago
  90. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
  91. fb43067 When we need the complete set of visible declarations from a by Douglas Gregor · 12 years ago
  92. 27bec77 Don't do jump-scope checking when code completion is enabled. It's by Douglas Gregor · 12 years ago
  93. f50555e Attaching comments to declarations: find comment attached to any redeclaration by Dmitri Gribenko · 12 years ago
  94. 9cdd157 Remove absolute file path in test. by Dmitri Gribenko · 12 years ago
  95. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 12 years ago
  96. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 12 years ago
  97. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  98. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  99. dd7b803 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 12 years ago
  100. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago