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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to