summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improves overload completion result chunks.Francisco Lopes da Silva2015-01-281-48/+89
* Sema: Formatting. No behavior change.Francisco Lopes da Silva2015-01-251-1/+1
* Sema: require a complete type before lookup.Francisco Lopes da Silva2015-01-251-11/+14
* Sema: code completion for variadic prototypes.Francisco Lopes da Silva2015-01-231-1/+3
* Sema: code completion for pointer and reference to functions.Francisco Lopes da Silva2015-01-221-19/+29
* Sema: Add FIXME noteFrancisco Lopes da Silva2015-01-221-0/+1
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-211-76/+150
* PR13699: Include friend declarations in code completion results if they had aRichard Smith2015-01-151-3/+6
* Address review feedback on r221933.Nico Weber2014-12-271-15/+17
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-34/+42
* Typo fix.Yaron Keren2014-11-141-1/+1
* Avoid a crash after loading an #undef'd macro in code completionBen Langmuir2014-09-301-1/+2
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-2/+2
* Extract an isReservedName() functionAlp Toker2014-06-301-18/+18
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-3/+3
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-88/+95
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-5/+3
OpenPOWER on IntegriCloud