This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc79c13cae615: [clang][SemaTemplate] Fix a stack use after
scope (authored by kadircet).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST AC
kadircet added inline comments.
Comment at: clang/include/clang/AST/DeclTemplate.h:2464
FriendTemplateDecl(DeclContext *DC, SourceLocation Loc,
- MutableArrayRef Params,
+ TemplateParameterList **Params, unsigned NumParams,
kadircet updated this revision to Diff 409752.
kadircet marked 2 inline comments as done.
kadircet added a comment.
- Inline `Params.size()`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120065/new/
https://reviews.llvm.org/D120065
Files:
clang/
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/include/clang/AST/DeclTemplate.h:2464
FriendTemplateDecl(DeclContext *DC, SourceLocation Loc,
- MutableArrayRef Params,
+
kadircet created this revision.
kadircet added a reviewer: sammccall.
kadircet requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D120065
Files:
clang/include/clang/AST/DeclTem