1. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 14 years ago
  2. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 14 years ago
  3. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 14 years ago
  4. 6204159 I will not hold on to temporary StringRefs. by Douglas Gregor · 14 years ago
  5. 577cdfd Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 14 years ago
  6. 78bcd91 When trying to provide a code completion item for a call to "super" in by Douglas Gregor · 14 years ago
  7. 830072c Teach code completion to cope with block types written without a by Douglas Gregor · 14 years ago
  8. afc4578 Implement a special code-completion pattern for "IBAction". Fixes by Douglas Gregor · 14 years ago
  9. 68e3c2e When code-completing within a list of declaration specifiers, by Douglas Gregor · 14 years ago
  10. dae6875 Create a special allocator class for code completion, so that all of by Douglas Gregor · 14 years ago
  11. a63f6de Provide constant strings for certain common code completion strings, by Douglas Gregor · 14 years ago
  12. 218937c Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 14 years ago
  13. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  14. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 14 years ago
  15. 723df24 Added missing IgnoreParens(). by Abramo Bagnara · 14 years ago
  16. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  17. 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
  18. 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
  19. 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
  20. cf54426 Do not produce "purely informative" code completion results for by Douglas Gregor · 14 years ago
  21. ef9b149 Revert the fix for PR8013. by Douglas Gregor · 14 years ago
  22. 9a0f2b6 Handle overload resolution when calling an overloaded function set by Douglas Gregor · 14 years ago
  23. 9b0ba87 Teach code completion not to include out-of-line declarations and by Douglas Gregor · 14 years ago
  24. da89264 If an instance method messages is sending to an expression of type Class, by Douglas Gregor · 14 years ago
  25. ca45da0 Teach code completion to provide property results when the property by Douglas Gregor · 14 years ago
  26. a5450a0 Fix the translation of the PCC_ForInit code-completion context for by Douglas Gregor · 14 years ago
  27. c7b7b7a Introduce code completion results for Objective-C methods, both when by Douglas Gregor · 14 years ago
  28. ea76618 When providing code completions of Objective-C method declarations by Douglas Gregor · 14 years ago
  29. 6b0656a Eliminate the use of ObjCSuperExpr in code completion. by Douglas Gregor · 14 years ago
  30. 32be4a5 Switch c-index-test from clang_codeComplete() over to by Douglas Gregor · 14 years ago
  31. 5a9c0bc Fix the mapping of vertical-space cursor kinds to produce a newline, by Douglas Gregor · 14 years ago
  32. c2760bc When providing a block literal as a code completion for a by Douglas Gregor · 14 years ago
  33. 52779fb Synchronize globally-cached code completion results with the results by Douglas Gregor · 14 years ago
  34. 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
  35. b9d7757 When providing code completions for an argument in an Objective-C by Douglas Gregor · 14 years ago
  36. 70c5ac7 Refactor code completion for expressions that occur as arguments in by Douglas Gregor · 14 years ago
  37. 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
  38. cee9ff1 Slight refactoring in code-completion results generation, placing the by Douglas Gregor · 14 years ago
  39. d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
  40. b05496d Tweak priorities for some types and macros: by Douglas Gregor · 14 years ago
  41. ac5fd84 Continue parsing more postfix expressions, even after semantic by Douglas Gregor · 14 years ago
  42. d36adf5 Don't add two code-completion results for the same selector; it by Douglas Gregor · 14 years ago
  43. e396c7b When collecting Objective-C methods for message send completions, be by Douglas Gregor · 14 years ago
  44. c7b6d88 Implement code completion for Objective-C class message sends that are by Douglas Gregor · 14 years ago
  45. 78edf51 Improve code completion for Objective-C message sends when the opening by Douglas Gregor · 14 years ago
  46. 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
  47. a67e03f Teach libclang to walk the base and member initializers of a by Douglas Gregor · 14 years ago
  48. 3827625 When providing a completion for a function/method parameter of block by Douglas Gregor · 14 years ago
  49. 66392d4 zap dead code. by Chris Lattner · 14 years ago
  50. e8d7beb Synchronize code-completion cursor kinds with indexing cursor by Douglas Gregor · 14 years ago
  51. 53b9441 Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtocols and AllReferencedProtocols. ReferencedProtocols by Ted Kremenek · 14 years ago
  52. e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
  53. 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
  54. aba4808 When providing a code completion for an Objective-C message send, drop by Douglas Gregor · 14 years ago
  55. 0c431c8 Improve code completion for initializer lists in constructors. Instead by Douglas Gregor · 14 years ago
  56. 0133f52 Basic code completion support for the base and member initializers in by Douglas Gregor · 14 years ago
  57. f696152 Implement the "call super" code completion for C++. If the virtual by Douglas Gregor · 14 years ago
  58. 1a480c4 Suggest "const" and "volatile" code completions after a function by Douglas Gregor · 14 years ago
  59. 265f749 When code-completing inside an Objective-C method, give a slight by Douglas Gregor · 14 years ago
  60. 03d8aec Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 14 years ago
  61. f312b1e One who seeks knowledge learns something new every day. by John McCall · 14 years ago
  62. 2d9e21f Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 14 years ago
  63. 3cdee12 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 14 years ago
  64. 458433d Implement code completion for @selector expressions by Douglas Gregor · 14 years ago
  65. 1e5e668 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  66. 1cb237f Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 14 years ago
  67. be13afe Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  68. 9214819 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  69. c7ed372 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 14 years ago
  70. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  71. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  72. af1c6b5 Add a code-completion context for "natural language" completions, so by Douglas Gregor · 14 years ago
  73. 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
  74. 781472f Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 14 years ago
  75. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  76. 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
  77. eb0d014 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 14 years ago
  78. f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 14 years ago
  79. 120d63c Move some of SemaOverload's API to various places in Overload.h, and kill by John McCall · 14 years ago
  80. 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 14 years ago
  81. f44e854 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 14 years ago
  82. 83482d1 When providing completions for a function or method argument that by Douglas Gregor · 14 years ago
  83. 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 14 years ago
  84. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  85. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  86. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  87. 4497dd4 State explicitly that we are intentionally not providing macro completions for declarator name completions by Douglas Gregor · 14 years ago
  88. 72db108 Consistently switch on PCC_Type by Douglas Gregor · 14 years ago
  89. d32b022 Provide code completion results for the context-sensitive Objective-C by Douglas Gregor · 14 years ago
  90. aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
  91. aa5f77b Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion by Douglas Gregor · 14 years ago
  92. fb62941 Introduce a code-completion hook for the Objective-C collection by Douglas Gregor · 14 years ago
  93. 6d72cbe Don't include macro results when we're completing a declarator. by Douglas Gregor · 14 years ago
  94. 2ccccb3 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 14 years ago
  95. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  96. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  97. 9c487d1 zap a big dead method. by Chris Lattner · 14 years ago
  98. 16ed9ad When generating code completion patterns for method declarations, give by Douglas Gregor · 14 years ago
  99. 47c03a7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 14 years ago
  100. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago