This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
sammccall marked an inline comment as done.
Closed by commit rG1ab13793beaf: [clangd] Include fixer for missing functions
in C (authored by sammccall).
Changed prior t
sammccall marked an inline comment as done.
sammccall added inline comments.
Comment at: clang/lib/Sema/SemaDecl.cpp:14995
+DeclFilterCCC CCC{};
+Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName,
+S, nullptr, CCC, CTK_N
kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Sema/SemaDecl.cpp:14995
+DeclFilterCCC CCC{};
+Corrected = CorrectTypo(DeclarationNameInfo(&II, Loc), LookupOrdinaryName,
+
sammccall created this revision.
sammccall added a reviewer: kadircet.
Herald added subscribers: usaxena95, arphaman.
sammccall requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added projects: clang, clang-tools-extra.
A function call `unreso