- 6fc0413 Add a super-cool code completion for send-to-super. When we're typing by Douglas Gregor · 15 years ago
- faf5fb4 One who seeks knowledge learns something new every day. by John McCall · 15 years ago
- 9ac1ad1 Tweak the @selector completion to collapse multiple informative and by Douglas Gregor · 15 years ago
- 9be0ed4 When code-completing a potential call to a C++ non-static member by Douglas Gregor · 15 years ago
- 67c692c Implement code completion for @selector expressions by Douglas Gregor · 15 years ago
- 49f67ce Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- bef185c Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 15 years ago
- 78ecc49 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 1099865 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- ebb7c84 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 8302463 Split out a header to hold APIs meant for the Sema implementation from Sema.h. by John McCall · 15 years ago
- 0de55ce When combining the code-completion results from Sema long with the by Douglas Gregor · 15 years ago
- ea73637 Add a code-completion context for "natural language" completions, so by Douglas Gregor · 15 years ago
- 1158370 Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 15 years ago
- aab3e41 Split FunctionScopeInfo and BlockScopeInfo into their own header. by John McCall · 15 years ago
- 276321a Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 15 years ago
- 416b575 When performing completions involving Objective-C method declarations by Douglas Gregor · 15 years ago
- 4d755e8 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 15 years ago
- ec00a26 Implement code completion for preprocessor expressions and in macro arguments. by Douglas Gregor · 15 years ago
- 5c32be0 Move some of SemaOverload's API to various places in Overload.h, and kill by John McCall · 15 years ago
- 1278510 Implement preprocessor code completion where a macro name is expected, by Douglas Gregor · 15 years ago
- 3a7ad25 Introduce basic code-completion support for preprocessor directives, by Douglas Gregor · 15 years ago
- e90dd00 When providing completions for a function or method argument that by Douglas Gregor · 15 years ago
- cc14d1f More header elimination. The goal of all this is to allow Parser to by John McCall · 15 years ago
- de6836a Struggle mightily against header inclusion in Sema.h. by John McCall · 15 years ago
- dadc575 OwningExprResult -> ExprResult. This patch brought to you by by John McCall · 15 years ago
- ba7bf59 Abstract out passing around types and kill off ActionBase. by John McCall · 15 years ago
- 56ccce0 State explicitly that we are intentionally not providing macro completions for declarator name completions by Douglas Gregor · 15 years ago
- f02e5f3 Consistently switch on PCC_Type by Douglas Gregor · 15 years ago
- 99fa264 Provide code completion results for the context-sensitive Objective-C by Douglas Gregor · 15 years ago
- dbb71db When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 15 years ago
- ce0e856 Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion by Douglas Gregor · 15 years ago
- 68762e7 Introduce a code-completion hook for the Objective-C collection by Douglas Gregor · 15 years ago
- 2529b55 Don't include macro results when we're completing a declarator. by Douglas Gregor · 15 years ago
- c49f5b2 Introduce a new code-completion point when we're parsing a by Douglas Gregor · 15 years ago
- 4887165 DeclPtrTy -> Decl * by John McCall · 15 years ago
- d44cd6a More PCH -> AST renaming. by Sebastian Redl · 15 years ago
- e876fcd zap a big dead method. by Chris Lattner · 15 years ago
- 7116a8c When generating code completion patterns for method declarations, give by Douglas Gregor · 15 years ago
- b0ce9b7 1 != I. Fix the formulation of code-completion patterns for by Douglas Gregor · 15 years ago
- 59cab55 Implement support for cached code completions for by Douglas Gregor · 15 years ago
- 6e24033 When caching global completion results, keep track of the simplified by Douglas Gregor · 15 years ago
- 3998219 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 15 years ago
- b14904c Implement caching of code-completion results for macro definitions by Douglas Gregor · 15 years ago
- c3a6ade Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 15 years ago
- 00c37ef Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 15 years ago
- 1c28331 Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, by Douglas Gregor · 15 years ago
- ab6a088 - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for forward declarations and the definition. by Sebastian Redl · 15 years ago
- 8e984da Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 15 years ago
- 75d8a32 Simplify global method pool implementation in Sema. No functionality change. by Sebastian Redl · 15 years ago
- 85b5063 When performing code completion for a case statement in a switch whose by Douglas Gregor · 15 years ago
- 9f1570d Only filter out names reserved for the implementation (e.g., __blah or by Douglas Gregor · 15 years ago
- 603d81b When forming a function call or message send expression, be sure to by Douglas Gregor · 15 years ago
- 4587969 Support code completion for parameter names in Objective-C method declarations. by Douglas Gregor · 15 years ago
- 95887f9 Introduce a new code-completion point prior to an identifier in the by Douglas Gregor · 15 years ago
- 55b037b During code completion, give the "nil" and "NULL" macros the same by Douglas Gregor · 15 years ago
- 3bf0ded Patch to provide separate ASTs for multiple ObjC class extension by Fariborz Jahanian · 15 years ago
- c4827d3 Remove a completely useless and utterly incorrect assertion. by Douglas Gregor · 15 years ago
- 9858ed5 Teach code completion not to ignore data members when performing code by Douglas Gregor · 15 years ago
- 75b960e Alter the ExternalASTSource interface to permit by-name lookups. PCH continues to by John McCall · 16 years ago
- 305a0a7 Fix crash in code completion when an ObjCMethodDecl doesn't have an associated @interface. by Ted Kremenek · 16 years ago
- 6ed3eb8 Teach code-completion for calls to be more careful with a by Douglas Gregor · 16 years ago
- 7aa6b22 Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 16 years ago
- d37c59d Don't put method bodies into code completions unless code patterns are by Douglas Gregor · 16 years ago
- 70febae Do not produce types as valid code completions when we're in an by Douglas Gregor · 16 years ago
- f4c3334 Make -code-completion-patterns only cover multi-line code by Douglas Gregor · 16 years ago
- a817a19 Implement a code-completion hook for the receiver of an Objective-C by Douglas Gregor · 16 years ago
- a2db793 Introduce priorities into the code-completion results. by Douglas Gregor · 16 years ago
- f64acca Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 16 years ago
- 6da3db4 Improve code completion in failure cases in two ways: by Douglas Gregor · 16 years ago
- 8b07ec2 Substantially alter the design of the Objective C type AST by introducing by John McCall · 16 years ago
- 6150c88 Merged Elaborated and QualifiedName types. by Abramo Bagnara · 16 years ago
- 0b66eb3 It turns out that basically every caller to RequireCompleteDeclContext by John McCall · 16 years ago
- e87beb2 Recommit my change to how C++ does elaborated type lookups, now with by John McCall · 16 years ago
- 45b2d8a 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 · 16 years ago
- a245671 C++ doesn't really use "namespaces" for different kinds of names the same by John McCall · 16 years ago
- 0c78ad9 Rework the Parser-Sema interaction for Objective-C message by Douglas Gregor · 16 years ago
- 9a12919 Overhaul the AST representation of Objective-C message send by Douglas Gregor · 16 years ago
- b05275a Eliminate the ForceRValue parameter to Sema::AddOverloadCandidate by Douglas Gregor · 16 years ago
- b2ccf01 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 16 years ago
- c76498d Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 16 years ago
- 636a61e Implement code completion for Objective-C method declarations and by Douglas Gregor · 16 years ago
- c01890e When code completion produces an overload set as its results (e.g., by Douglas Gregor · 16 years ago
- 2cb6c30 Do not produce semicolons at the end of code-completion results by Douglas Gregor · 16 years ago
- 28556092 Only prove macros as code-completion results when we're in a case by Douglas Gregor · 16 years ago
- 9d2ddb2 When sending a message to "id", apply some heuristics to try to narrow by Douglas Gregor · 16 years ago
- d720daf Make code-completion for Objective-C message sends to "id" work in the by Douglas Gregor · 16 years ago
- 6285f75 Implement support for code completion of an Objective-C message send to by Douglas Gregor · 16 years ago
- cf04b02 Extend the type printing policy to allow one to turn off the printing by Douglas Gregor · 16 years ago
- a0296f7 Remember the "found declaration" for an overload candidate, which is the by John McCall · 16 years ago
- bbbbe4e Split C++ friend declarations into their own header/implementation file. by John McCall · 16 years ago
- 9a28e84 Keep an explicit stack of function and block scopes, each element of by Douglas Gregor · 16 years ago
- 44272ca Add some spacing in the code-completion results for a return statement by Douglas Gregor · 16 years ago
- bc077cf Thread a source location into the template-argument deduction routines. There by John McCall · 16 years ago
- b92a156 Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 16 years ago
- b89836b Pass access specifiers around in overload resolution. by John McCall · 16 years ago
- ff59f67 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 16 years ago
- fc59ce1 Switch a few callers of MaybeAddResult over to AddResult, when the by Douglas Gregor · 16 years ago
- 2b8162b Switch code-completion's ivar lookup over to LookupVisibleDecls, by Douglas Gregor · 16 years ago
- 78a2101 Start migrating code-completion results from by Douglas Gregor · 16 years ago