History log of /llvm-project/clang/unittests/Sema/HeuristicResolverTest.cpp (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init
# a4d17c44 28-Jan-2025 Nathan Ridge <zeratul976@hotmail.com>

[clang][Sema] Generalize HeuristicResolver::resolveTypeToRecordDecl() to resolveTypeToTagDecl() (#124699)


# a01e1d4e 27-Jan-2025 Nathan Ridge <zeratul976@hotmail.com>

[clang][Sema] Handle dependent qualifier in HeuristicResolver::resolveDeclRefExpr() (#124515)


# df9b31f1 24-Jan-2025 Nathan Ridge <zeratul976@hotmail.com>

[clang][Sema] Handle undeduced auto types in HeuristicResolver (#124236)

Fixes https://github.com/clangd/clangd/issues/897


# 4740e097 21-Jan-2025 Nathan Ridge <zeratul976@hotmail.com>

[clang][Sema] Respect qualification of methods in heuristic results (#123551)

Fixes https://github.com/llvm/llvm-project/issues/123549


# ae932bec 17-Jan-2025 Nathan Ridge <zeratul976@hotmail.com>

[clang][Sema] Upstream HeuristicResolver from clangd (#121314)

Fixes https://github.com/llvm/llvm-project/issues/121310