Age | Commit message (Expand) | Author |
2013-01-31 | When code completing in a statement, parenthesized expression, or | Douglas Gregor |
2011-10-18 | Provide result types for code completions that describe built-in | Douglas Gregor |
2010-10-19 | Tweak code-completion result priorities, so that exact and similar | Douglas Gregor |
2010-09-21 | Add code completion for C++ constructors wherever we see the class (or | Douglas Gregor |
2010-09-20 | Code completion has no reason to prefer values over types, especially | Douglas Gregor |
2010-09-20 | Get rid of the lame attempt to prioritize "void" functions at | Douglas Gregor |
2010-09-16 | Swap the priorities of constants and types, so that we prefer types. | Douglas Gregor |
2010-09-14 | Introduce a new code-completion context for a parenthesized | Douglas Gregor |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-08-31 | When provide code completions for a variadic Objective-C method | Douglas Gregor |
2010-08-25 | When combining the code-completion results from Sema long with the | Douglas Gregor |
2010-08-25 | Introduce a preprocessor code-completion hook for contexts where we | Douglas Gregor |
2010-08-24 | Give a slight preference to functions returning "void" when we're | Douglas Gregor |
2010-08-24 | In code-completion contexts where both types and other values are | Douglas Gregor |
2010-08-23 | When calling a function or messaging a method marked "sentinel", add | Douglas Gregor |
2010-08-23 | Introduce new libclang API functions that determine the availability | Douglas Gregor |
2010-08-23 | Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completion | Douglas Gregor |
2010-08-16 | When caching code completions for global declarations, keep track of | Douglas Gregor |
2010-08-16 | When caching global completion results, keep track of the simplified | Douglas Gregor |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-05-30 | Improve our handling of NULL after an escaping '\' in a string | Douglas Gregor |
2010-05-30 | Improve parser recovery when we try to parse a call expression but the | Douglas Gregor |
2010-05-30 | Teach code completion to adjust its completion priorities based on the | Douglas Gregor |
2010-05-28 | Do not produce types as valid code completions when we're in an | Douglas Gregor |
2010-05-26 | Introduce priorities into the code-completion results. | Douglas Gregor |
2010-05-25 | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor |
2010-04-06 | Perform code-completion within ParseCastExpression, which handles, | Douglas Gregor |