================
@@ -428,15 +428,16 @@ void
BlockInvocationContext::Profile(llvm::FoldingSetNodeID &ID) {
//===----------------------------------------------------------------------===//
const StackFrameContext *LocationContextManager::getStackFrame(
- AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s,
- const CFGBlock *blk, unsigned blockCount, unsigned idx) {
+ AnalysisDeclContext *Ctx, const LocationContext *Parent, const Expr *E,
+ const CFGBlock *Blk, unsigned BlockCount, unsigned StmtIdx) {
----------------
NagyDonat wrote:
As I explained above, I intend to keep `StmtIdx`. Should I add a comment here?
(As this is just a "dump everything into the hash" function, I feel that
accurately clarifying the meaning of each parameter is not that important.)
https://github.com/llvm/llvm-project/pull/188319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits