summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/xray-log-args.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [XRay] [clang] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+13
Summary: Functions with the "xray_log_args" attribute will tell LLVM to emit a special XRay sled for compiler-rt to copy any call arguments to your logging handler. Reviewers: dberris Reviewed By: dberris Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D29704 llvm-svn: 296999
OpenPOWER on IntegriCloud