summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCUDA/printf-aggregate.cu
Commit message (Collapse)AuthorAgeFilesLines
* [CUDA] Don't crash when trying to printf a non-scalar object.Justin Lebar2016-02-111-0/+17
Summary: We can't do the right thing, since there's no right thing to do, but at least we can not crash the compiler. Reviewers: majnemer, rnk Subscribers: cfe-commits, jhen, tra Differential Revision: http://reviews.llvm.org/D17103 llvm-svn: 260479
OpenPOWER on IntegriCloud