aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-19[CodeComplete] Only complete attributes that match the current LangOptsSam McCall1-10/+13
2021-08-12[CodeComplete] Basic code completion for attribute names.Sam McCall1-0/+88
2021-05-10[clang][PreProcessor] Cutoff parsing after hitting completion pointKadir Cetinkaya1-0/+6
2021-03-16[CodeCompletion] Avoid spurious signature help for init-list argsSam McCall1-0/+15
2021-02-11[CodeComplete] Member completion: heuristically resolve some dependent base e...Sam McCall1-29/+43
2021-02-08[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya2-0/+13
2021-02-04[CodeComplete] Guess type for designated initializersSam McCall1-5/+13
2020-12-01[clang] Enable code completion of designated initializers in Compound Literal...Kadir Cetinkaya1-3/+5
2020-08-17[clang] Make signature help work with dependent argsKadir Cetinkaya1-0/+20
2020-07-01[CodeComplete] Add code completion after function equalslh1231-0/+47
2020-06-30[CodeComplete] Tweak completion for else.Nathan James1-0/+27
2020-06-26[CodeComplete] Add code completion for using alias.Kadir Cetinkaya2-0/+8
2020-06-26[CodeComplete] Tweak code completion for `typename`.Kadir Cetinkaya2-10/+10
2020-06-08[Sema][CodeComplete][ObjC] Don't include arrow/dot fixitsDavid Goldman1-0/+22
2020-05-11[AST] Preserve the type in RecoveryExprs for broken function calls.Haojian Wu1-0/+9
2020-04-14[AST] Dont invalide VarDecl even the default initializaiton is failed.Haojian Wu1-0/+15
2020-04-06[clang][CodeComplete] Dont perform fallback completion for incomplete member refKadir Cetinkaya1-0/+8