For issue: https://github.com/llvm/llvm-project/issues/56605. Previous error messages are not descriptive of problem. Issuing warnings instead that do not halt compilation but offer better description of problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great to me; thanks! Please consider whether the new overloaded member function SayExternalDeclared will ever have another call site -- if that's unlikely, just call Say() instead and avoid the extra declarations.