diff options
author | Justin Lebar <jlebar@google.com> | 2016-01-26 17:47:20 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-01-26 17:47:20 +0000 |
commit | 1eac5948dbf95abab5af7162dea7cf1d34585373 (patch) | |
tree | 491efb0080da4a7b42490a615c7b0beb23215fb1 /clang/lib/AST | |
parent | 329860e495667aa3caab095f5e6032ffc4d4dcfd (diff) | |
download | bcm5719-llvm-1eac5948dbf95abab5af7162dea7cf1d34585373.tar.gz bcm5719-llvm-1eac5948dbf95abab5af7162dea7cf1d34585373.zip |
[CUDA] Add -fcuda-allow-variadic-functions.
Summary:
Turns out the variadic function checking added in r258643 was too strict
for some existing users; give them an escape valve. When
-fcuda-allow-variadic-functions is passed, the front-end makes no
attempt to disallow C-style variadic functions. Calls to va_arg are
still not allowed.
Reviewers: tra
Subscribers: cfe-commits, jhen, echristo, bkramer
Differential Revision: http://reviews.llvm.org/D16559
llvm-svn: 258822
Diffstat (limited to 'clang/lib/AST')
0 files changed, 0 insertions, 0 deletions