Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-13 Thread Dean Michael Berris via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275368: Add C++ dependencies to xray runtime (authored by dberris). Changed prior to commit: http://reviews.llvm.org/D21983?vs=63917&id=63919#toc Repository: rL LLVM http://reviews.llvm.org/D21983

Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-13 Thread Dean Michael Berris via cfe-commits
dberris updated this revision to Diff 63917. dberris added a comment. - Undo unnecessary formatting change http://reviews.llvm.org/D21983 Files: lib/Driver/Tools.cpp Index: lib/Driver/Tools.cpp === --- lib/Driver/Tools.cpp +++ l

Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-13 Thread Dean Michael Berris via cfe-commits
dberris updated this revision to Diff 63916. dberris added a comment. Rebase http://reviews.llvm.org/D21983 Files: lib/CodeGen/CodeGenFunction.cpp lib/Driver/Tools.cpp Index: lib/Driver/Tools.cpp === --- lib/Driver/Tools.cpp +

Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-07 Thread Aaron Ballman via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. LGTM (once other deps land). http://reviews.llvm.org/D21983 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.ll

Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-07 Thread Dean Michael Berris via cfe-commits
dberris updated this revision to Diff 63042. dberris added a comment. Rebase http://reviews.llvm.org/D21983 Files: lib/Driver/Tools.cpp Index: lib/Driver/Tools.cpp === --- lib/Driver/Tools.cpp +++ lib/Driver/Tools.cpp @@ -3193,1

Re: [PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-07 Thread Dean Michael Berris via cfe-commits
dberris updated this revision to Diff 63040. dberris added a comment. - Check first whether `D` is actually not nullptr http://reviews.llvm.org/D21983 Files: lib/CodeGen/CodeGenFunction.cpp lib/Driver/Tools.cpp Index: lib/Driver/Tools.cpp ===

[PATCH] D21983: Add C++ dependencies to xray runtime

2016-07-05 Thread Dean Michael Berris via cfe-commits
dberris created this revision. dberris added reviewers: echristo, rnk, aaron.ballman. dberris added a subscriber: cfe-commits. dberris added dependencies: D20352: Add XRay flags to Clang, D21982: WIP: Implement a per-thread inmemory log. Herald added a subscriber: mehdi_amini. Depends on D21982 w