summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid printing some redundant name qualifiers in completionIlya Biryukov2017-11-081-2/+5
* Test commitIvan Donchevskii2017-10-271-1/+1
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-1/+3
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-10/+17
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-3/+5
* Resolve a defect in C++17 copy omission.Richard Smith2017-09-261-1/+2
* Set completion priority of destructors and operators to CCP_Unlikely.Ilya Biryukov2017-09-221-2/+13
* Don't show deleted function (constructor) candidates for code completionErik Verbruggen2017-09-081-1/+4
* Fixed failing assert in code completion.Ilya Biryukov2017-07-211-4/+1
* Fix compilation problem introduced in r308433Erik Verbruggen2017-07-191-1/+1
* Add default values for function parameter chunksErik Verbruggen2017-07-191-3/+40
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-3/+3
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-3/+3
* [Completion] Code complete the members for a dependent type after a '::'Alex Lorenz2017-06-151-3/+7
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-071-0/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* [CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz2017-05-111-1/+12
* [CodeCompletion] NFC, extract a function that generates memberAlex Lorenz2017-05-111-30/+36
* [CodeCompletion] Complete platform names in @available expressionsAlex Lorenz2017-05-091-0/+17
* [libclang] Fix crash in member access code completion with implicit baseErik Verbruggen2017-03-281-1/+4
* [CodeCompletion] Format block parameter placeholders in implicit propertyAlex Lorenz2017-03-131-0/+9
* [CodeCompletion] Code complete the '__auto_type' keywordAlex Lorenz2017-02-131-2/+3
* [CodeCompletion] Code complete the missing C++11 keywordsAlex Lorenz2017-02-131-11/+74
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+1
* [CodeCompletion] Ensure that ObjC root class completes instanceAlex Lorenz2017-01-241-30/+28
* [CodeCompletion] Block property setters: Use dynamic priority heuristicAlex Lorenz2017-01-061-1/+9
* [CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializersAlex Lorenz2017-01-031-0/+17
* [CodeCompletion][ObjC] Use a parameterized NSSet return type forAlex Lorenz2016-12-081-1/+1
* [CodeCompletion] Provide Objective-C class property completion resultsAlex Lorenz2016-12-081-33/+80
* [CodeCompletion] Fix incorrect Objective-C block parameter formattingAlex Lorenz2016-11-231-4/+8
* [CodeCompletion] Show block invocation results for block property settersAlex Lorenz2016-11-091-34/+91
* [index] Expose FriendDeclOlivier Goffart2016-11-041-0/+1
* Remove no-op checks for a null CodeCompleter. We have alreadyChandler Carruth2016-11-041-2/+2
* [CodeCompletion] Add a block property setter completion resultAlex Lorenz2016-10-181-22/+67
* [CodeCompletion][NFC] Extract a function that formats block placeholders.Alex Lorenz2016-10-181-12/+35
* [CodeCompletion][NFC] Extract a function that looks for block decl type locs.Alex Lorenz2016-10-181-37/+50
* [CodeCompletion] Show protocol properties that are accessed through qualified idAlex Lorenz2016-10-121-11/+12
* [CodeCompletion] Allow system headers providing private symbols with a single...Argyrios Kyrtzidis2016-07-011-13/+30
* Use more ArrayRefsDavid Majnemer2016-06-241-2/+2
* CIndex: add support for static_assertOlivier Goffart2016-06-091-0/+1
* Make Sema::getPrintingPolicy less ridiculously expensive. This used to performRichard Smith2016-05-191-1/+0
* Prune four superfluous ExternalSemaSource.h includes and one forward declarat...Yaron Keren2016-05-131-1/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+3
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-3/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+3
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-3/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+3
* [Parse] Code complete expressions in bracket declarators.Benjamin Kramer2016-02-181-0/+4
* Class Property: class property and instance property can have the same name.Manman Ren2016-01-281-3/+3