summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-exprs.c
Commit message (Expand)AuthorAgeFilesLines
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+2
* Remove __VERSION__Sylvestre Ledru2019-07-121-2/+0
* [CodeComplete] Fill preferred type on binary expressionsIlya Biryukov2018-12-131-9/+4
* [CodeComplete] Fix completion at the end of keywordsIlya Biryukov2018-04-241-3/+3
* When code completing in a statement, parenthesized expression, orDouglas Gregor2013-01-311-1/+1
* Provide result types for code completions that describe built-inDouglas Gregor2011-10-181-3/+3
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-6/+6
* Add code completion for C++ constructors wherever we see the class (orDouglas Gregor2010-09-211-3/+3
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-3/+3
* Get rid of the lame attempt to prioritize "void" functions atDouglas Gregor2010-09-201-1/+1
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-5/+5
* Introduce a new code-completion context for a parenthesizedDouglas Gregor2010-09-141-0/+16
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* When provide code completions for a variadic Objective-C methodDouglas Gregor2010-08-311-1/+1
* When combining the code-completion results from Sema long with theDouglas Gregor2010-08-251-6/+1
* Introduce a preprocessor code-completion hook for contexts where weDouglas Gregor2010-08-251-4/+0
* Give a slight preference to functions returning "void" when we'reDouglas Gregor2010-08-241-1/+1
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-7/+7
* When calling a function or messaging a method marked "sentinel", addDouglas Gregor2010-08-231-0/+11
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-4/+4
* Include __FUNCTION__, __PRETTY_FUNCTION_, __func__ in code-completionDouglas Gregor2010-08-231-0/+2
* When caching code completions for global declarations, keep track ofDouglas Gregor2010-08-161-2/+1
* When caching global completion results, keep track of the simplifiedDouglas Gregor2010-08-161-1/+1
* Extend the code-completion caching infrastructure to include globalDouglas Gregor2010-08-151-0/+6
* Add code-completion support directly to ASTUnit, which performs codeDouglas Gregor2010-08-041-0/+2
* Improve our handling of NULL after an escaping '\' in a stringDouglas Gregor2010-05-301-0/+5
* Improve parser recovery when we try to parse a call expression but theDouglas Gregor2010-05-301-0/+7
* Teach code completion to adjust its completion priorities based on theDouglas Gregor2010-05-301-5/+11
* Do not produce types as valid code completions when we're in anDouglas Gregor2010-05-281-1/+7
* Introduce priorities into the code-completion results.Douglas Gregor2010-05-261-2/+5
* Only enable code patterns (e.g., try { statements } catch (...) {Douglas Gregor2010-05-251-4/+4
* Perform code-completion within ParseCastExpression, which handles,Douglas Gregor2010-04-061-0/+15
OpenPOWER on IntegriCloud