Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for the review @shafik !
As a note: this change is similar to the https://reviews.llvm.org/rG95d0d8e9e9d10da3cfa503fbba405e740aea3cc1 by @rsmith
Comment Actions
LGTM too.
clang/lib/AST/ASTImporter.cpp | ||
---|---|---|
8412–8415 | Might be nice to remove the implied <T>s in the parameters/returns (here and elsewhere) as a follow up; a bit noisy to read those, even if it doesn't cause a build failure (probably separately from this patch). |
Comment Actions
Can someone please commit this on my behalf since I do not have commit rights?
clang/lib/AST/ASTImporter.cpp | ||
---|---|---|
8412–8415 | Thank you for the review @dexonsmith ! I will also prefer such cleanup to be done separately. |
Might be nice to remove the implied <T>s in the parameters/returns (here and elsewhere) as a follow up; a bit noisy to read those, even if it doesn't cause a build failure (probably separately from this patch).