1. 2d88708 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 14 years ago
  2. 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
  3. af1c6b5 Add a code-completion context for "natural language" completions, so by Douglas Gregor · 14 years ago
  4. 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
  5. 781472f Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 14 years ago
  6. 0a2c5e2 Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 14 years ago
  7. 408be5a When performing completions involving Objective-C method declarations by Douglas Gregor · 14 years ago
  8. eb0d014 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 14 years ago
  9. f29c523 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 14 years ago
  10. 120d63c Move some of SemaOverload's API to various places in Overload.h, and kill by John McCall · 14 years ago
  11. 1fbb447 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 14 years ago
  12. f44e854 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 14 years ago
  13. 83482d1 When providing completions for a function or method argument that by Douglas Gregor · 14 years ago
  14. 5f1e094 More header elimination. The goal of all this is to allow Parser to by John McCall · 14 years ago
  15. 7cd088e Struggle mightily against header inclusion in Sema.h. by John McCall · 14 years ago
  16. 60d7b3a OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 14 years ago
  17. b3d8748 Abstract out passing around types and kill off ActionBase. by John McCall · 14 years ago
  18. 4497dd4 State explicitly that we are intentionally not providing macro completions for declarator name completions by Douglas Gregor · 14 years ago
  19. 72db108 Consistently switch on PCC_Type by Douglas Gregor · 14 years ago
  20. d32b022 Provide code completion results for the context-sensitive Objective-C by Douglas Gregor · 14 years ago
  21. aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
  22. aa5f77b Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion by Douglas Gregor · 14 years ago
  23. fb62941 Introduce a code-completion hook for the Objective-C collection by Douglas Gregor · 14 years ago
  24. 6d72cbe Don't include macro results when we're completing a declarator. by Douglas Gregor · 14 years ago
  25. 2ccccb3 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 14 years ago
  26. d226f65 DeclPtrTy -> Decl * by John McCall · 14 years ago
  27. 3c7f413 More PCH -> AST renaming. by Sebastian Redl · 14 years ago
  28. 9c487d1 zap a big dead method. by Chris Lattner · 14 years ago
  29. 16ed9ad When generating code completion patterns for method declarations, give by Douglas Gregor · 14 years ago
  30. 47c03a7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 14 years ago
  31. a5fb7c3 Implement support for cached code completions for by Douglas Gregor · 14 years ago
  32. 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
  33. 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
  34. 87c08a5 Implement caching of code-completion results for macro definitions by Douglas Gregor · 14 years ago
  35. e737f50 Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 14 years ago
  36. e6b1bb6 Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 14 years ago
  37. deacbdc Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 14 years ago
  38. 74c730a - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 14 years ago
  39. 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
  40. db9d214 Simplify global method pool implementation in Sema. No functionality change. by Sebastian Redl · 14 years ago
  41. f957843 When performing code completion for a case statement in a switch whose by Douglas Gregor · 14 years ago
  42. 797efb5 Only filter out names reserved for the implementation (e.g., __blah or by Douglas Gregor · 14 years ago
  43. 5291c3c When forming a function call or message send expression, be sure to by Douglas Gregor · 14 years ago
  44. 40ed9a1 Support code completion for parameter names in Objective-C method declarations. by Douglas Gregor · 14 years ago
  45. 1f5537a Introduce a new code-completion point prior to an identifier in the by Douglas Gregor · 14 years ago
  46. 590c7d5 During code completion, give the "nil" and "NULL" macros the same by Douglas Gregor · 14 years ago
  47. 80aa1cd Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 14 years ago
  48. 410a1da Remove a completely useless and utterly incorrect assertion. by Douglas Gregor · 14 years ago
  49. 9b30b26 Teach code completion not to ignore data members when performing code by Douglas Gregor · 14 years ago
  50. 76bd1f3 Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 14 years ago
  51. 681e256 Fix crash in code completion when an ObjCMethodDecl doesn't have an associated @interface. by Ted Kremenek · 14 years ago
  52. d28dcd7 Teach code-completion for calls to be more careful with a by Douglas Gregor · 14 years ago
  53. 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 14 years ago
  54. 447107d Don't put method bodies into code completions unless code patterns are by Douglas Gregor · 14 years ago
  55. 4710e5b Do not produce types as valid code completions when we're in an by Douglas Gregor · 14 years ago
  56. c8bddde Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 14 years ago
  57. 8e254cf Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 14 years ago
  58. 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 14 years ago
  59. d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 14 years ago
  60. dc84534 Improve code completion in failure cases in two ways: by Douglas Gregor · 14 years ago
  61. c12c5bb Substantially alter the design of the Objective C type AST by introducing by John McCall · 14 years ago
  62. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  63. 77bb1aa It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 14 years ago
  64. 0d6b164 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 14 years ago
  65. 00b40d3 Revert "C++ doesn't really use "namespaces" for different kinds of names the same", which seems to break most C++ nightly test apps. by Daniel Dunbar · 14 years ago
  66. d04efc9 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 14 years ago
  67. 2725ca8 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 14 years ago
  68. 04badcf Overhaul the AST representation of Objective-C message send by Douglas Gregor · 14 years ago
  69. c27d6c5 Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 14 years ago
  70. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  71. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  72. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago
  73. 2e4c7a5 When code completion produces an overload set as its results (e.g., by Douglas Gregor · 14 years ago
  74. fe0bdba Do not produce semicolons at the end of code-completion results by Douglas Gregor · 14 years ago
  75. 2f880e4 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 14 years ago
  76. 22f5699 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 14 years ago
  77. 719770d Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 14 years ago
  78. 13438f9 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 14 years ago
  79. 84139d6 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 14 years ago
  80. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  81. 92b7f70 Split C++ friend declarations into their own header/implementation file. by John McCall · 14 years ago
  82. 9ea9bdb Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 15 years ago
  83. 9329800 Add some spacing in the code-completion results for a return statement by Douglas Gregor · 15 years ago
  84. 5769d61 Thread a source location into the template-argument deduction routines. There by John McCall · 15 years ago
  85. a873dfc Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 15 years ago
  86. 86820f5 Pass access specifiers around in overload resolution. by John McCall · 15 years ago
  87. c026540 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 15 years ago
  88. 608300b Switch a few callers of MaybeAddResult over to AddResult, when the by Douglas Gregor · 15 years ago
  89. 80f4f4c Switch code-completion's ivar lookup over to LookupVisibleDecls, by Douglas Gregor · 15 years ago
  90. a447781 Start migrating code-completion results from by Douglas Gregor · 15 years ago
  91. 0cc8404 Switch the remaining code completions over to LookupVisibleDecls, by Douglas Gregor · 15 years ago
  92. def9107 Move code completion for qualified name lookup (foo::) to by Douglas Gregor · 15 years ago
  93. 5d2fc40 Eliminate the code-completion-specifier CollectLookupResults in favor by Douglas Gregor · 15 years ago
  94. 45bcd43 Simplify the code-completion logic for nested-name-specifiers: rather by Douglas Gregor · 15 years ago
  95. e3eef64 When providing completions for a member access expression in C++, by Douglas Gregor · 15 years ago
  96. 1ca6ae8 Switch code-completion for ordinary names over to the new(ish) by Douglas Gregor · 15 years ago
  97. 6660d84 More refactoring of ResultBuilder::MaybeAddResult. No intended by Douglas Gregor · 15 years ago
  98. e495b7f Refactor the "is this declaration interesting" logic in by Douglas Gregor · 15 years ago
  99. bca403c Banish the notion of a "rank" for code-completion results, since we by Douglas Gregor · 15 years ago
  100. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago