1. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  2. e5f8372 Bitpack CodeCompletionResults. by Benjamin Kramer · 12 years ago
  3. 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 12 years ago
  4. ba10306 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 12 years ago
  5. 1eb18af Move CodeCompletionBuilder's chunk adding methods out of line. by Benjamin Kramer · 12 years ago
  6. 8e42f27 When determining the availability of an enum constant, also consider by Douglas Gregor · 12 years ago
  7. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 13 years ago
  8. 8fe83e1 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 13 years ago
  9. 7530c03 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 13 years ago
  10. bd9482d Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 13 years ago
  11. 375bb14 Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 13 years ago
  12. b8989f2 Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 13 years ago
  13. 6164ea1 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 13 years ago
  14. 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
  15. 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
  16. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  17. 3da626b Introduce a new libclang aPI function, by Douglas Gregor · 13 years ago
  18. 0a0d2b1 Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 13 years ago
  19. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  20. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 13 years ago
  21. 6159d0f Revert r124704, which uniqued code-completion strings. The space by Douglas Gregor · 14 years ago
  22. e349d2c Unique code-completion strings. On Cocoa.h, this costs us about 4% in by Douglas Gregor · 14 years ago
  23. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 14 years ago
  24. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 14 years ago
  25. a9f4f62 Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 14 years ago
  26. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  27. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  28. 97fe61c Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 14 years ago
  29. e8d7beb Synchronize code-completion cursor kinds with indexing cursor by Douglas Gregor · 14 years ago
  30. ff67789 Simplify code-completion result sorting a bit by Douglas Gregor · 14 years ago
  31. 7a126a4 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 14 years ago
  32. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  33. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  34. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  35. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  36. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  37. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  38. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  39. 2a7fb27 Move more stuff out of Sema.h. by John McCall · 14 years ago
  40. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  41. 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
  42. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  43. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  44. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  45. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  46. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  47. 6bdeb40 Minor code simplification. by Dan Gohman · 14 years ago
  48. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  49. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  50. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  51. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago
  52. 09d9fa1 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 14 years ago
  53. a48b284 Remove unused headers. by Duncan Sands · 14 years ago
  54. b699866 Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 15 years ago
  55. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago
  56. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  57. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
  58. 9f61aa9 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 15 years ago
  59. 2b4074f Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup by Douglas Gregor · 15 years ago
  60. 85b4521 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 15 years ago
  61. 54f0161 Improve code-completion results for the flags in an @property by Douglas Gregor · 15 years ago
  62. 92eff46 StringRef'ify CodeCompletionString by Douglas Gregor · 15 years ago
  63. 3a2838d Rework Sema code completion interface. by Daniel Dunbar · 15 years ago
  64. ad5757f Spell empty StringRef correctly (0 is a null StringRef, which is not the same). by Daniel Dunbar · 15 years ago
  65. 0c8296d Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 15 years ago
  66. 3f7c7f4 Include macros in code-completion results by Douglas Gregor · 15 years ago
  67. f52cede Minor tweaks for code-completion: by Douglas Gregor · 15 years ago
  68. e2b7eea Make sure to flush raw_string_ostream, from John Thompson by Douglas Gregor · 15 years ago
  69. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 15 years ago
  70. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 15 years ago
  71. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 15 years ago
  72. 86d9a52 Refactor and simplify the CodeCompleteConsumer, so that all of the by Douglas Gregor · 15 years ago
  73. ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 15 years ago
  74. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
  75. 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 15 years ago
  76. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
  77. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
  78. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
  79. 5836b01 Don't perform name lookup into a given declaration context more than once during code completion by Douglas Gregor · 15 years ago
  80. 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 15 years ago
  81. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
  82. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
  83. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
  84. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago