summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaCodeComplete.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-16/+16
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-9/+15
* [CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu2018-10-241-5/+10
* [clang] Fix a null pointer dereference.Kadir Cetinkaya2018-10-231-0/+3
* [CodeComplete] Fix accessibility of protected members when accessing members ...Eric Liu2018-10-221-4/+11
* [CodeComplete] Make sure keyword 'template' is added even when code pattern i...Eric Liu2018-10-151-0/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [CodeComplete] Fix crash when completing params function declarations.Sam McCall2018-10-101-1/+2
* [CodeComplete] Re-fix accessibilty of protected members from base class.Eric Liu2018-10-021-5/+18
* [clang] Implement Override Suggestions in Sema.Kadir Cetinkaya2018-10-021-2/+99
* [CodeComplete] #include completion treats -I as non-system (require header-li...Sam McCall2018-10-011-1/+1
* [Sema] Do not load macros from preamble when LoadExternal is false.Eric Liu2018-09-191-13/+16
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+111
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-111-0/+19
* [CodeComplete] Clearly distinguish signature help and code completion.Ilya Biryukov2018-09-071-40/+29
* [Sema] Store MacroInfo in CodeCompletionResult for macro results.Eric Liu2018-09-051-7/+7
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-11/+13
* [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