This revision was automatically updated to reflect the committed changes.
Closed by commit rL313156: Update users of llvm::sys::ExecuteAndWait etc.
(authored by alexfh).
Repository:
rL LLVM
https://reviews.llvm.org/D37564
Files:
cfe/trunk/include/clang/Driver/Compilation.h
cfe/trunk/inclu
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lgtm too
https://reviews.llvm.org/D37564
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo
vsk added a comment.
Looks good to me.
https://reviews.llvm.org/D37564
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
alexfh created this revision.
Clang part of https://reviews.llvm.org/D37563
https://reviews.llvm.org/D37564
Files:
include/clang/Driver/Compilation.h
include/clang/Driver/Job.h
lib/Driver/Compilation.cpp
lib/Driver/Job.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
Index: lib/S