1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  3. 1a5bd5d PR14381: Never skip constexpr function bodies when code-completing. We may need by Richard Smith · 12 years ago
  4. 526d244 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 12 years ago
  5. 4d7e0ce Macro history (de-)serialization. Deserialization currently reads only the latest macro definition. Needs more work. by Alexander Kornienko · 12 years ago
  6. 66a3d47 Make the spacing of the code completion result for NSDictionary by Douglas Gregor · 12 years ago
  7. ec98f2f Fix an assertion failure when code completing an auto variable's initialiser. by Peter Collingbourne · 12 years ago
  8. 7961589 Remove unnecessary spacing around Objective-C object literal code by Douglas Gregor · 12 years ago
  9. d99ef53 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 12 years ago
  10. 1f6e22d [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. by Jordan Rose · 12 years ago
  11. c5086f0 Add 'env' in hopes of making this test pass on Windows. by Nick Lewycky · 12 years ago
  12. b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 12 years ago
  13. 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
  14. 7d10087 Support code-completion for C++ inline methods and ObjC buffering methods. by Argyrios Kyrtzidis · 13 years ago
  15. b6b2b18 Fix an assertion when code-completing, rdar://9288730 & http://llvm.org/PR9728. by Argyrios Kyrtzidis · 13 years ago
  16. ec3310a Don't suggest dynamic_cast or typeid as code completion results when by Douglas Gregor · 13 years ago
  17. 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 13 years ago
  18. ef9b149 Revert the fix for PR8013. by Douglas Gregor · 14 years ago
  19. 9a0f2b6 Handle overload resolution when calling an overloaded function set by Douglas Gregor · 14 years ago
  20. 90d9081 Add support for code completion on stdin. by Dan Gohman · 14 years ago
  21. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  22. e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
  23. f957843 When performing code completion for a case statement in a switch whose by Douglas Gregor · 14 years ago
  24. 797efb5 Only filter out names reserved for the implementation (e.g., __blah or by Douglas Gregor · 14 years ago
  25. c8bddde Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 14 years ago
  26. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  27. 150fcd5 when code completing inside a C-style block comment, don't emit errors about by Chris Lattner · 14 years ago
  28. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 14 years ago
  29. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  30. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 14 years ago
  31. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  32. c026540 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 14 years ago
  33. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 14 years ago
  34. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 14 years ago
  35. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 14 years ago
  36. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 14 years ago
  37. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 14 years ago
  38. 01ed063 Make tests use the new clang -cc1 flag. by Fariborz Jahanian · 14 years ago
  39. a61a879 Add a function's cv-qualifiers to the code-completion results as an by Douglas Gregor · 14 years ago
  40. d1cd31a Teach code completion to instantiate templates when it needs to by Douglas Gregor · 14 years ago
  41. ce82196 Member function templates can occur after . or -> by Douglas Gregor · 14 years ago
  42. 7628294 Tweak code-completion results by suppressing class template by Douglas Gregor · 14 years ago
  43. e29ffaa Class template (partial) specializations should not show up in code completion results by Douglas Gregor · 14 years ago
  44. 54f0161 Improve code-completion results for the flags in an @property by Douglas Gregor · 15 years ago
  45. 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 15 years ago
  46. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  47. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  48. c4df6d2 Add basic code completion support for ObjC messages. by Steve Naroff · 15 years ago
  49. 0c8296d Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 15 years ago
  50. 3f7c7f4 Include macros in code-completion results by Douglas Gregor · 15 years ago
  51. 7f51112 - Fixup SortCodeCompleteResult() to properly sort keywords on Mac OS (compare was system dependent). Worked on Linux, failed on Mac OS (which caused the recently added testcase to fail on Linux). by Steve Naroff · 15 years ago
  52. ece8e71 Add code completion support for ObjC property declarations/attributes. by Steve Naroff · 15 years ago
  53. 6a68403 Determinism is for wimps. <Wimper> by Douglas Gregor · 15 years ago
  54. 119fa68 Clean up the CodeCompletion testsuite's use of FileCheck by Douglas Gregor · 15 years ago
  55. eb5758b For code completion, note that injected-class-names found as part of by Douglas Gregor · 15 years ago
  56. 5bd1a11 When code-completion after a "," is building an overload set, note by Douglas Gregor · 15 years ago
  57. 86d802e Print the results of code-completion for overloading by displaying the by Douglas Gregor · 15 years ago
  58. 0594438 Separate the code-completion results for call completion from the by Douglas Gregor · 15 years ago
  59. 3e7253f When code-completion finds a declaration only because it is usable as by Douglas Gregor · 15 years ago
  60. 0563c26 Tweak the code-completion results ranking and formation, so that by Douglas Gregor · 15 years ago
  61. b3d4525 Teach code-completion to introduce a ", ..." placeholder for variadic functions by Douglas Gregor · 15 years ago
  62. b657f11 Replace the -code-completion-dump option with by Douglas Gregor · 15 years ago
  63. 9c6a0e9 Implement code completion within a function call, triggered after the by Douglas Gregor · 15 years ago
  64. 791215b Code completion for ordinary names when we're starting a declaration, expression, or statement by Douglas Gregor · 15 years ago
  65. 456c4a1 When providing a code-completion suggestion for a hidden name, include by Douglas Gregor · 15 years ago
  66. b9d0ef7 Enhance "case" code completion in C++ to suggest qualified names for by Douglas Gregor · 15 years ago
  67. 3e1005f Code completion for "case" statements within a switch on an expression by Douglas Gregor · 15 years ago
  68. ff360b6 In C++ code completion, only suggest the "template" keyword after ".", by Douglas Gregor · 15 years ago
  69. 63f07c5 Make the construction of the code-completion string for a function by Douglas Gregor · 15 years ago
  70. 56ff871 Introduce code completion patterns for templates, which provide the by Douglas Gregor · 15 years ago
  71. e6e0361 Introduce code completion strings, which describe how to *use* the by Douglas Gregor · 15 years ago
  72. ed8d322 C++ code completion after the "operator" keyword. Provide overloaded by Douglas Gregor · 15 years ago
  73. 49f40bd Introduce four new code-completion hooks for C++: by Douglas Gregor · 15 years ago
  74. 75b7128 Handle using declarations and overload sets in code completion. by Douglas Gregor · 15 years ago
  75. 33224e6 For code completion in C++ member access expressions and tag names, by Douglas Gregor · 15 years ago
  76. b1c28a1 When gathering results for code completion, only include hidden by Douglas Gregor · 15 years ago
  77. 374929f Implement code completion for tags, e.g., code completion after "enum" by Douglas Gregor · 15 years ago
  78. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago