- 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
- 8ec904c Tweak code-completion result priorities, so that exact and similar by Douglas Gregor · 14 years ago
- 6f942b2 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 14 years ago
- 08f43cd Code completion has no reason to prefer values over types, especially by Douglas Gregor · 14 years ago
- d475aad Get rid of the lame attempt to prioritize "void" functions at by Douglas Gregor · 14 years ago
- d754d55 Swap the priorities of constants and types, so that we prefer types. by Douglas Gregor · 14 years ago
- 0268810 Introduce a new code-completion context for a parenthesized by Douglas Gregor · 14 years ago
- 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
- e17794f When provide code completions for a variadic Objective-C method by Douglas Gregor · 14 years ago
- 721f359 When combining the code-completion results from Sema long with the by Douglas Gregor · 14 years ago
- 55817af Introduce a preprocessor code-completion hook for contexts where we by Douglas Gregor · 14 years ago
- eb0d014 Give a slight preference to functions returning "void" when we're by Douglas Gregor · 14 years ago
- d43dd83 In code-completion contexts where both types and other values are by Douglas Gregor · 14 years ago
- aaa107a When calling a function or messaging a method marked "sentinel", add by Douglas Gregor · 14 years ago
- 58ddb60 Introduce new libclang API functions that determine the availability by Douglas Gregor · 14 years ago
- aa5f77b Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion by Douglas Gregor · 14 years ago
- f5586f6 When caching code completions for global declarations, keep track of by Douglas Gregor · 14 years ago
- 1827e10 When caching global completion results, keep track of the simplified by Douglas Gregor · 14 years ago
- 8071e42 Extend the code-completion caching infrastructure to include global by Douglas Gregor · 14 years ago
- 1abc6bc Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 14 years ago
- 33611e0 Improve our handling of NULL after an escaping '\' in a string by Douglas Gregor · 15 years ago
- bd6c76f Improve parser recovery when we try to parse a call expression but the by Douglas Gregor · 15 years ago
- 5ac3bdb Teach code completion to adjust its completion priorities based on the by Douglas Gregor · 15 years ago
- 4710e5b Do not produce types as valid code completions when we're in an by Douglas Gregor · 15 years ago
- 12e1313 Introduce priorities into the code-completion results. by Douglas Gregor · 15 years ago
- d8e8a58 Only enable code patterns (e.g., try { statements } catch (...) { by Douglas Gregor · 15 years ago
- 64538cf Perform code-completion within ParseCastExpression, which handles, by Douglas Gregor · 15 years ago