summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion
AgeCommit message (Expand)Author
2025-09-11[clang] Remove shell requirements from testsAiden Grossman
2025-08-21[clang][CodeComplete] Consider qualifiers of explicit object parameters in ov...Mythreya Kuricheti
2025-08-20[clang][CodeComplete] Do not suggest unqualified members in explicit-object m...Mythreya Kuricheti
2025-07-31[clang][CodeComplete] skip explicit obj param when creating signature string ...Mythreya Kuricheti
2025-07-01[clang][CodeComplete] skip explicit obj param in code completion string (#146...Mythreya
2025-06-28[Sema][clangd] add noexcept to override functions during code completion (#75...Sirui Mu
2025-05-29[clang] Serialization: support hashing null template arguments (#141890)Matheus Izvekov
2025-05-15[clang] Enforce 1-based indexing for command line source locations (#139457)Naveen Seth Hanig
2025-04-15[CodeComplete] Don't drop ArrayToPointerDecay when doing member completion (#...Akira Hatanaka
2025-04-11[clang][CodeComplete] Use HeuristicResolver in getAsRecordDecl() (#130473)Nathan Ridge
2025-03-17[clang][CodeComplete] Add code completion for if constexpr and consteval (#12...Letu Ren
2025-03-03[clang] Fix CodeComplete crash involving CWG1432 (#129436)Matheus Izvekov
2025-01-30[clang][CodeComplete] Use HeuristicResolver to resolve CXXDependentScopeMembe...Nathan Ridge
2025-01-23[clang][CodeComplete] Use HeuristicResolver to resolve DependentNameTypes (#1...Nathan Ridge
2025-01-22[clang][CodeComplete] Use HeuristicResolver to resolve pointee types (#121315)Nathan Ridge
2024-11-26Add code completion for C++20 keywords. (#107982)ykiko
2024-08-28[clang] check deduction consistency when partial ordering function templates ...Matheus Izvekov
2024-06-20[Clang] [Sema] Diagnose unknown std::initializer_list layout in SemaInit (#95...Mital Ashok
2024-05-27[clang][CodeComplete] Recurse into the subexpression of deref operator in get...Younan Zhang
2024-03-25[clang][CodeComplete] Handle deref operator in getApproximateType (#86466)Nathan Ridge
2024-03-12[clang][CodeCompletion] Allow debuggers to code-complete reserved identifiers...Michael Buch
2023-09-28[clangd][CodeComplete] Improve FunctionCanBeCallYounan Zhang
2023-08-28Reland "[clang-repl] support code completion at a REPL."Fred Fu
2023-08-23Revert "[clang-repl] support code completion at a REPL."Vassil Vassilev
2023-08-23[clang-repl] support code completion at a REPL.Fred Fu
2022-12-19[lit] Script to automate use of %(line-n). Use in CodeComplete tests.Sam McCall
2022-12-16clang/test/CodeCompletion: Simplify/fix some `touch` commandsDavid Blaikie
2022-12-16[CodeComplete] Offer completions for headers with extension .hxx in include d...Nathan Ridge
2022-12-15[CodeComplete] Complete members of dependent `auto` variablesSam McCall
2022-12-14[CodeComplete] Provide designated-init completions in (const) reference contextSam McCall
2022-09-28[clang][DR2621] using enum NAME lookup fixNathan Sidwell
2022-09-26Don't crash when code completing `using enum ^Foo`.Sam McCall
2022-08-17[clang] Apply FixIts to members declared via `using` in derived classesDenis Fatkulin
2022-08-17[clang] Give priority to Class context while parsing declarationsFurkan Usta
2022-02-09Use functions with prototypes when appropriate; NFCAaron Ballman
2022-01-26[CodeCompletion][clangd] Clean __uglified parameter names in completion & hoverSam McCall
2022-01-13[CodeCompletion] (mostly) fix completion in incomplete C++ ctor initializers.Sam McCall
2022-01-12[clang][CodeComplete] Perform approximate member search in basesKadir Cetinkaya
2022-01-11[CodeCompletion] Complete designators for fields in anonymous structs/unionsSam McCall
2022-01-04[CodeCompletion] Signature help for aggregate initialization.Sam McCall
2022-01-03[CodeCompletion] Signature help for braced constructor callsSam McCall
2022-01-03[CodeCompletion] Signature help for template argument listsSam McCall
2021-11-18[clang][clangd] Improve signature help for variadic functions.Adam Czachorowski
2021-11-10[CodeCompletion] Generally consider header files without extensionChristian Kandeler
2021-09-28Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-23Revert "Diagnose -Wunused-value based on CFG reachability"Yuanfang Chen
2021-09-22Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-09-21Revert "Diagnose -Wunused-value based on CFG reachability"Aaron Ballman
2021-09-20Diagnose -Wunused-value based on CFG reachabilityYuanfang Chen
2021-08-19[CodeCompletion] Provide placeholders for known attribute argumentsSam McCall