I checked if the member function declaration was a copy constructor, but it's not sufficient; We need to check
the arguments against the instantiated class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for fixing this so quickly!
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | ||
---|---|---|
2751 | I have look at this function a few times and it is not obvious to me why this is the right thing to do once we get to this point, Can you add some explanatory comments and maybe a standard reference. This is a large function and probably could use a lot more explanatory comments. |
I have look at this function a few times and it is not obvious to me why this is the right thing to do once we get to this point, Can you add some explanatory comments and maybe a standard reference. This is a large function and probably could use a lot more explanatory comments.