summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Use instance_properties instead of properties. NFC.Manman Ren2016-01-261-2/+2
* Model NamespaceAliasDecls as having their nominated namespace as an underlyingRichard Smith2015-12-291-10/+7
* [Sema] ArrayRef-ize ParseObjCStringLiteral and CodeCompleteObjCProtocolRefere...Craig Topper2015-12-241-5/+5
* Split RequireCompleteType into a function that actually requires that the typeRichard Smith2015-12-181-2/+2
* [Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...Craig Topper2015-11-151-3/+3
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-0/+1
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-1/+1
* [code-completion] Strip outer nullability annotations when completing method ...Argyrios Kyrtzidis2015-07-241-3/+6
* [CodeCompletion] Don't crash on member inits of templated constructors.Benjamin Kramer2015-07-091-3/+7
* [libclang] Replace ObjC generic parameters when code-completing method implem...Douglas Gregor2015-07-071-1/+4
* [libclang] Fix code-completion of block parameters that are marked with nulla...Douglas Gregor2015-07-071-0/+5
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-38/+75
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-1/+3
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-241-3/+3
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Code completion for nullability type specifiers.Douglas Gregor2015-06-191-13/+58
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-3/+1
* [modules] Stop trying to fake up a linear MacroDirective history.Richard Smith2015-04-291-28/+21
* [modules] Determine the set of macros exported by a submodule at the end of t...Richard Smith2015-04-231-1/+1
* [libclang] Fix crash when code-completing inside constructor initializer for ...Argyrios Kyrtzidis2015-03-131-1/+7
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-2/+2
* Sema: Turn some applicable functions static. NBC.Francisco Lopes da Silva2015-01-291-9/+10
OpenPOWER on IntegriCloud