Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If a macro has been #undef'd in a precompiled header, we still need to | Douglas Gregor | 2012-10-09 | 1 | -2/+3 |
* | Fix the code completion string for variadic macros with more than one | Douglas Gregor | 2012-01-21 | 1 | -2/+4 |
* | When producing code completion results for variadic macros, fold the | Douglas Gregor | 2011-07-30 | 1 | -0/+14 |
* | Swap the priorities of constants and types, so that we prefer types. | Douglas Gregor | 2010-09-16 | 1 | -2/+2 |
* | When caching global completion results, keep track of the simplified | Douglas Gregor | 2010-08-16 | 1 | -0/+2 |
* | Implement caching of code-completion results for macro definitions | Douglas Gregor | 2010-08-13 | 1 | -0/+1 |
* | During code completion, give the "nil" and "NULL" macros the same | Douglas Gregor | 2010-07-08 | 1 | -1/+14 |
* | Code completion results that refer to macros now get the cursor kind | Douglas Gregor | 2010-04-05 | 1 | -0/+11 |