summaryrefslogtreecommitdiff
path: root/clang/test/CodeCompletion/member-access.cpp
AgeCommit message (Expand)Author
2025-04-11[clang][CodeComplete] Use HeuristicResolver in getAsRecordDecl() (#130473)Nathan Ridge
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-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
2023-09-28[clangd][CodeComplete] Improve FunctionCanBeCallYounan Zhang
2022-12-15[CodeComplete] Complete members of dependent `auto` variablesSam McCall
2022-08-17[clang] Apply FixIts to members declared via `using` in derived classesDenis Fatkulin
2022-01-12[clang][CodeComplete] Perform approximate member search in basesKadir Cetinkaya
2021-02-11[CodeComplete] Member completion: heuristically resolve some dependent base e...Sam McCall
2020-05-11[AST] Preserve the type in RecoveryExprs for broken function calls.Haojian Wu
2019-06-10Re-land "[CodeComplete] Improve overload handling for C++ qualified and ref-q...Sam McCall
2019-06-10Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Sam McCall
2019-06-10Revert "Revert "[CodeComplete] Improve overload handling for C++ qualified an...Sam McCall
2019-06-07Revert "[CodeComplete] Improve overload handling for C++ qualified and ref-qu...Vlad Tsyrklevich
2019-06-07[CodeComplete] Improve overload handling for C++ qualified and ref-qualified ...Sam McCall
2018-10-24[CodeComplete] Expose InBaseClass signal in code completion results.Eric Liu
2018-05-25Optionally add code completion results for arrow instead of dotIvan Donchevskii
2018-01-22[CodeComplete] Omit templated constructors from member list too.Sam McCall
2017-06-15[Completion] Code complete the members for a dependent type after a '::'Alex Lorenz
2017-05-11[CodeCompletion] Provide member completions for dependent expressions whoseAlex Lorenz
2017-03-28[libclang] Fix crash in member access code completion with implicit baseErik Verbruggen
2017-01-15[code-completion] Fix crash when trying to do postfix completion of instance ...Argyrios Kyrtzidis
2010-01-13Improve the sorting of code-completion results. We now always sort byDouglas Gregor
2009-12-18Extend code-completion results with the type of each resultDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Add a function's cv-qualifiers to the code-completion results as anDouglas Gregor
2009-12-11Tweak code-completion results by suppressing class templateDouglas Gregor
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-28Determinism is for wimps. <Wimper>Douglas Gregor
2009-09-23For code completion, note that injected-class-names found as part ofDouglas Gregor
2009-09-22Tweak the code-completion results ranking and formation, so thatDouglas Gregor
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-21When providing a code-completion suggestion for a hidden name, includeDouglas Gregor
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor