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