[CUDA] Fix up MaybeParseGNUAttributes call used for out-of-place attributes on CUDA...
authorJustin Lebar <jlebar@google.com>
Fri, 30 Sep 2016 19:55:48 +0000 (19:55 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 30 Sep 2016 19:55:48 +0000 (19:55 +0000)
commit0139a5dcac495147cd11f7f2cba43398b3af122e
tree5c5497a3ccbc1dd9a442d49b9e32be27d7cd2aca
parentc11cdbae6f2b9840391f781b87cf59017b029ef3
[CUDA] Fix up MaybeParseGNUAttributes call used for out-of-place attributes on CUDA lambdas.

Summary: There's an overload that we can use to make this a bit cleaner.

Reviewers: rnk

Subscribers: cfe-commits, tra

Differential Revision: https://reviews.llvm.org/D25114

llvm-svn: 282910
clang/lib/Parse/ParseExprCXX.cpp