[all-commits] [llvm/llvm-project] c56b45: [clang] fix typo-correction for template name lookup
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Thu Jul 9 17:05:45 PDT 2026
Branch: refs/heads/users/mizvekov/GH207498
Home: https://github.com/llvm/llvm-project
Commit: c56b452a4e258f3d5899ca556f54316f60dc1e35
https://github.com/llvm/llvm-project/commit/c56b452a4e258f3d5899ca556f54316f60dc1e35
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2026-07-09 (Thu, 09 Jul 2026)
Changed paths:
M clang/docs/ReleaseNotes.md
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/drs/cwg5xx.cpp
M clang/test/SemaCXX/typo-correction.cpp
Log Message:
-----------
[clang] fix typo-correction for template name lookup
Only consider candidates which are templates.
Disable spell checking for a DR test in order to not introduce noise,
as spell checking is never helpful in those.
Fixes #207498
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list