aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/CodeCompleteConsumer.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu1-2/+2
2024-11-16[Sema] Remove unused includes (NFC) (#116461)Kazu Hirata1-4/+0
2024-04-11[NFC][Clang] Improve const correctness for IdentifierInfo (#79365)Bill Wendling1-1/+2
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-5/+6
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-0/+3
2023-08-28Revert "Reland "[clang-repl] support code completion at a REPL.""Vassil Vassilev1-3/+0
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu1-0/+3
2023-08-23Revert "[clang-repl] support code completion at a REPL."Vassil Vassilev1-3/+0
2023-08-23[clang-repl] support code completion at a REPL.Fred Fu1-0/+3
2023-06-27[clang][Sema] Add CodeCompletionContext::CCC_ObjCClassForwardDeclDavid Goldman1-0/+3
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-07-19Argument name support for function pointer signature hintsQwinci1-1/+14
2022-05-20[clangd][ObjC] Filter ObjC method completions on the remaining selectorDavid Goldman1-0/+9
2022-04-20[clang] Add a raw_ostream operator<< overload for QualTypeNathan James1-2/+1
2022-01-04[CodeCompletion] Signature help for aggregate initialization.Sam McCall1-2/+72
2022-01-03[CodeCompletion] Signature help for braced constructor callsSam McCall1-2/+2
2022-01-03[CodeCompletion] Signature help for template argument listsSam McCall1-0/+11
2021-12-09[NFC][Sema] Return underlying strings directly instead of OS.str()Logan Smith1-2/+2
2021-11-07[clang] Use llvm::reverse. NFCI.Benjamin Kramer1-2/+1
2021-08-12[CodeComplete] Basic code completion for attribute names.Sam McCall1-0/+3
2021-06-25[clang] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2020-11-15[Sema] Use isa<> instead of dyn_cast<> as pointer is never dereferenced. NFCI.Simon Pilgrim1-4/+2
2020-04-06Remove llvm::Error include form Diagnostic.hReid Kleckner1-0/+1
2020-03-31[CodeComplete] Member completion for concept-constrained types.Sam McCall1-22/+21
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-13[CodeComplete] Set preferred type to bool on conditionsIlya Biryukov1-2/+5
2018-12-03[CodeComplete] Cleanup access checking in code completionIlya Biryukov1-0/+3
2018-11-25[CodeComplete] Simplify CodeCompleteConsumer.cpp, NFCFangrui Song1-77/+69
2018-10-24[clang] Introduce new completion context typesKadir Cetinkaya1-6/+9
2018-10-24[CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu1-7/+12
2018-09-18[CodeComplete] Add completions for filenames in #include directives.Sam McCall1-1/+5
2018-09-10[clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya1-0/+4
2018-08-30[CodeComplete] Report location of opening parens for signature helpIlya Biryukov1-10/+12
2018-07-30Remove trailing spaceFangrui Song1-55/+55
2018-05-25Optionally add code completion results for arrow instead of dotIvan Donchevskii1-0/+18
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2018-04-05[Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko1-10/+10
2018-04-05[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko1-10/+10
2018-02-20[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko1-32/+31
2018-02-19[CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFCIlya Biryukov1-3/+3
2018-02-19[CodeComplete] Add a helper to print CodeCompletionContext::KindIlya Biryukov1-0/+75
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl1-1/+1
2017-11-15[clang] Expose orderedString from CodeCompletionResult. NFCSam McCall1-16/+12
2016-10-20Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer1-3/+3
2016-07-27Fix unnecessary default switch warningSimon Pilgrim1-1/+1
2016-07-27Implement filtering for code completion of identifiers.Vassil Vassilev1-0/+25
2016-02-10Silence some MSVC false positive warnings about integer zexts and falling off...Reid Kleckner1-1/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-07-07[libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor1-2/+4