[PATCH] D78899: [Driver] Add callback to Command execution
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 11:44:22 PST 2020
MaskRay added inline comments.
================
Comment at: clang/include/clang/Driver/Compilation.h:118
+ /// Callback called after the command has been executed.
+ std::function<void(const Command &, int)> PostCallback;
----------------
Can you comment what `int` means?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78899/new/
https://reviews.llvm.org/D78899
More information about the cfe-commits
mailing list