summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeComplete] Fix the crash in code completion on access checkingIlya Biryukov2018-07-301-28/+2
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-1/+1
* [CodeComplete] Fix accessibilty of protected members from base class.Eric Liu2018-07-191-2/+27
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-111-14/+15
* [SemaCodeComplete] Expose a method to create CodeCompletionString for macros.Eric Liu2018-07-061-44/+49
* [NFS] Wipe trailing whitespacesKirill Bobyrev2018-07-051-740/+740
* [SemaCodeComplete] Make sure visited contexts are passed to completion result...Eric Liu2018-07-041-107/+75
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-82/+120
* Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpt...Richard Smith2018-05-241-2/+2
* [CodeComplete] Expose helpers to get RawComment of completion result.Ilya Biryukov2018-05-161-30/+62
* [CodeComplete] Provide completion in decls even for incomplete typesIlya Biryukov2018-05-141-4/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-89/+89
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-5/+5
* [CodeComplete] Omit templated constructors from member list too.Sam McCall2018-01-221-3/+9
* [Sema] Add visited contexts to CodeCompleteContextHaojian Wu2018-01-171-1/+10
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-23/+40
* Again reverting an attempt to convert the DeclSpec enums into scoped enums.Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-1/+1
* Revert r321614 and r321615Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...Faisal Vali2018-01-011-1/+1
* [NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.Faisal Vali2017-12-291-2/+2
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-3/+3
* Refactor overridden methods iteration to avoid double lookups.Benjamin Kramer2017-12-171-4/+1
* [Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu2017-12-131-4/+7
* [SemaCodeComplete] Allow passing out scope specifiers in qualified-id complet...Eric Liu2017-12-121-7/+19
* [completion] complete ObjC interface names in an expressionAlex Lorenz2017-11-141-2/+9
* 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
OpenPOWER on IntegriCloud