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