1. ee2d5fd [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 11 years ago
  2. 0689863 Add code completion for @import <rdar://problem/13344306>. by Douglas Gregor · 11 years ago
  3. 809d1f1 Add comment to my last test. by Fariborz Jahanian · 12 years ago
  4. b98f7af objective-C code completion. Property accessors may not by Fariborz Jahanian · 12 years ago
  5. 1ebefc7 [PCH] When deserializing an IdentifierInfo, call IdentifierInfo::RevertTokenIDToIdentifier() only when it's not already an identifier. by Argyrios Kyrtzidis · 12 years ago
  6. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 12 years ago
  7. fdf5706 [libclang] Fix assertion hit when code-completing inside a function macro with more by Argyrios Kyrtzidis · 12 years ago
  8. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 12 years ago
  9. 1f12c47 [libclang] Fix a crash with invalid code, while skip function bodies is enabled. by Argyrios Kyrtzidis · 12 years ago
  10. ae03d8e libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 12 years ago
  11. 8206421 [libclang] Fix annotation of a range where the begin or end location by Argyrios Kyrtzidis · 12 years ago
  12. 5a56e1b [libclang] Add a test to make sure annotation works fine in the presence of by Argyrios Kyrtzidis · 12 years ago
  13. a86b37e [libclang] Attribute visitation happens out-of-source-order, make sure by Argyrios Kyrtzidis · 12 years ago
  14. 1b58c74 Teach subframework header lookup to suggest modules <rdar://problem/13176200>. by Douglas Gregor · 12 years ago
  15. 953a61f Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. by Douglas Gregor · 12 years ago
  16. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  17. 6307be3 clang/test/Index/headerfile-comment-to-html.m: Try to unbreak libxml2-less hosts to eliminate "CommentXMLValid". by NAKAMURA Takumi · 12 years ago
  18. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  19. ce76d65 clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:mingw32, for now. by NAKAMURA Takumi · 12 years ago
  20. 626799b When code completing in a statement, parenthesized expression, or by Douglas Gregor · 12 years ago
  21. 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
  22. f494e48 Comment parsing: fold named character references test into other HTML tests by Dmitri Gribenko · 12 years ago
  23. 3862d76 Index/special-html-characters.m: mark this as XFAIL for valgrind by Dmitri Gribenko · 12 years ago
  24. 31aa577 Add "instancetype" as a code completion result for the return type of by Douglas Gregor · 12 years ago
  25. 5824b80 The instance methods of the root class of an Objective-C hieararchy by Douglas Gregor · 12 years ago
  26. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  27. 13e42fb clang/test/Index/getcursor-preamble.m: Formatting. by NAKAMURA Takumi · 12 years ago
  28. 3832fbb clang/test/Index/getcursor-preamble.m: Tweak for win32. env(1) is required to change variables locally. by NAKAMURA Takumi · 12 years ago
  29. 3d207e7 Mark a struct definition in an objc container with the TopLevelDeclInObjCContainer bit. by Argyrios Kyrtzidis · 12 years ago
  30. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  31. c37b183 Comment parsing: fix test in r173626 for -fms-extensions -fms-compatibility by Dmitri Gribenko · 12 years ago
  32. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  33. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  34. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  35. a9cd3d8 Hopefuly unbreak buldbot. by Fariborz Jahanian · 12 years ago
  36. b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 12 years ago
  37. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  38. dddcc57 clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421. by NAKAMURA Takumi · 12 years ago
  39. 614323c clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. by NAKAMURA Takumi · 12 years ago
  40. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
  41. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
  42. 4918c53 Actually update the test, fixup for r172923 by Dmitri Gribenko · 12 years ago
  43. 44a3ddb Comment parsing: add more tests for html character references by Dmitri Gribenko · 12 years ago
  44. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 12 years ago
  45. cdbe1e0 Format strings: don't ever convert %+d to %lu. by Jordan Rose · 12 years ago
  46. 334111d clang/test/Index/code-completion-skip-bodies.cpp: Check stdout and stderr individually, rather than mixed output of stdout and stderr with 2>&1. by NAKAMURA Takumi · 12 years ago
  47. c328d9c comment parsing: when property accessors don't have comment by Fariborz Jahanian · 12 years ago
  48. d5688cf Fix single-line optimization for ObjC. by Manuel Klimek · 12 years ago
  49. 517e894 Implements pulling simple blocks into a single line. by Manuel Klimek · 12 years ago
  50. 5f500df Formatting: In @implementation etc lines, put a space before protocol lists. by Nico Weber · 12 years ago
  51. ed91bba Formatter: Add space before '(' in @implemenation, @interface, @protocol lines by Nico Weber · 12 years ago
  52. 36fab8d Do not add newline in empty blocks. by Manuel Klimek · 12 years ago
  53. 46ef852 Improvements to function type and ObjC block formatting. by Daniel Jasper · 12 years ago
  54. b530fa3 Formatter: @optional and @required go on their own line. by Nico Weber · 12 years ago
  55. 50767d8 Formatter: Add support for @implementation. by Nico Weber · 12 years ago
  56. 1abe6ea Formatting: Add support for @protocol. by Nico Weber · 12 years ago
  57. fa49c18 Fix test after r171995. by Nico Weber · 12 years ago
  58. 886568d Fix ObjC block declarations. by Daniel Jasper · 12 years ago
  59. 3453bf7 [libclang] When annotating preprocessor tokens, if we are in a macro definition, by Argyrios Kyrtzidis · 12 years ago
  60. c059f89 [libclang] Simplify annotation of preprocessing tokens and remove the AnnotateTokensData by Argyrios Kyrtzidis · 12 years ago
  61. e9de485 [libclang] Make token annotation of type/storage qualifiers accurate. by Argyrios Kyrtzidis · 12 years ago
  62. 664b06f [libclang] When getting the cursor for an identifier inside a macro definition, check if by Argyrios Kyrtzidis · 12 years ago
  63. 27c2cb2 Comment to XML conversion: no, we don't want to print instantiations for the by Dmitri Gribenko · 12 years ago
  64. de76854 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 12 years ago
  65. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  66. 9a64fb5 Prefer splitting after "template <...>" and fix indentation. by Daniel Jasper · 12 years ago
  67. fa6efa8 test/Index/preamble_macro_template.cpp: Tweak for win32. by NAKAMURA Takumi · 12 years ago
  68. bb06b50 [libclang] Fix crash when code-completing a macro invocation that by Argyrios Kyrtzidis · 12 years ago
  69. ac50456 [libclang] Don't try to translate diagnostics from the precompiled preamble to the by Argyrios Kyrtzidis · 12 years ago
  70. d4ae653 Fixes couple of friend declaration -ast-print bug by Fariborz Jahanian · 12 years ago
  71. 9c10d61 Temporary fix of tests to make buildbots happy. by Daniel Jasper · 12 years ago
  72. f1e5b15 [libclang] Follow-up to r170824, provide the correct number of arguments for by Argyrios Kyrtzidis · 12 years ago
  73. cd0fd18 [libclang] Make sure we can code-complete inside a macro argument even though by Argyrios Kyrtzidis · 12 years ago
  74. 154120c Add objective-C style formatting to clang format and by Fariborz Jahanian · 12 years ago
  75. ca40f30 [PCH/Modules] In ASTReader::completeVisibleDeclsMap, make sure to visit all by Argyrios Kyrtzidis · 12 years ago
  76. 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
  77. c83c230 PR13470: Ensure that copy-list-initialization isntantiates as by Richard Smith · 12 years ago
  78. 240c6ff test/Index/preamble_macro_template.cpp: Suppress this probably due to Lit/win32 issue. Investigating. by NAKAMURA Takumi · 12 years ago
  79. d9b8777 Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for plowing through macros. by Ted Kremenek · 12 years ago
  80. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 12 years ago
  81. a7a2f2a Merge storage classes even when contexts don't match. by Rafael Espindola · 12 years ago
  82. b94b62c [libclang] Make sure tokens from preprocessor directives are annotated as such, by Argyrios Kyrtzidis · 12 years ago
  83. 1b257af Use @import rather than @__experimental_modules_import, since the by Douglas Gregor · 12 years ago
  84. 44dfff6 Return true from HeaderSearch::isFileMultipleIncludeGuarded if the file by Argyrios Kyrtzidis · 12 years ago
  85. 5f5250b [libclang] Resolve a cursor that points to a macro name inside a #ifdef/#ifndef by Argyrios Kyrtzidis · 12 years ago
  86. e1c2c20 [libclang] Declarations inside anonymous namespaces have internal linkage so by Argyrios Kyrtzidis · 12 years ago
  87. de780d4 test/Index/skip-parsed-bodies/compile_commands.json: Remove XFAIL on cygming. by NAKAMURA Takumi · 12 years ago
  88. 2a06447 [libclang] Add a test to make sure we skip bodies properly from "#pragma once" headers. by Argyrios Kyrtzidis · 12 years ago
  89. 838eb7e [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 12 years ago
  90. 762661a Fixes a typo in this test. by Fariborz Jahanian · 12 years ago
  91. 5c6ae4b more test of template declarations in a by Fariborz Jahanian · 12 years ago
  92. 5e0ea19 More C++ testing of declarations embedded in by Fariborz Jahanian · 12 years ago
  93. 02a2e5a Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  94. 8920eb7 Testing C++ declarations embedded in by Fariborz Jahanian · 12 years ago
  95. 3e2fe86 Testing C declarations embedded in by Fariborz Jahanian · 12 years ago
  96. c2ef5ad additional test for declaration tag of a class extension. // rdar://12378714 by Fariborz Jahanian · 12 years ago
  97. 1eb6082 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 12 years ago
  98. 60ef8b7 clang/test/Index/comment-objc-decls.m: Try to fix r169193, to add x86_64-darwin. by NAKAMURA Takumi · 12 years ago
  99. 482b4fd Testing objective-C declarations embedded in by Fariborz Jahanian · 12 years ago
  100. e60729a Testcase overriding-ftemplate-comments.cpp: use [[@LINE]] to make it less fragile. by Dmitri Gribenko · 12 years ago