Re: r265756 - [modules] Don't write @import in -E output if the current language mode doesn't

2016-04-07 Thread Richard Smith via cfe-commits
On Thu, Apr 7, 2016 at 5:17 PM, Sean Silva via cfe-commits < cfe-commits@lists.llvm.org> wrote: > On Thu, Apr 7, 2016 at 5:09 PM, Richard Smith via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >> Author: rsmith >> Date: Thu Apr 7 19:09:53 2016 >> New Revision: 265756 >> >> URL:

Re: r265756 - [modules] Don't write @import in -E output if the current language mode doesn't

2016-04-07 Thread Sean Silva via cfe-commits
On Thu, Apr 7, 2016 at 5:09 PM, Richard Smith via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: rsmith > Date: Thu Apr 7 19:09:53 2016 > New Revision: 265756 > > URL: http://llvm.org/viewvc/llvm-project?rev=265756=rev > Log: > [modules] Don't write @import in -E output if the

r265756 - [modules] Don't write @import in -E output if the current language mode doesn't

2016-04-07 Thread Richard Smith via cfe-commits
Author: rsmith Date: Thu Apr 7 19:09:53 2016 New Revision: 265756 URL: http://llvm.org/viewvc/llvm-project?rev=265756=rev Log: [modules] Don't write @import in -E output if the current language mode doesn't support @import; use the form as written instead. Added: