Re: r302312 - Permit keywords in module names in #pragma clang module *.

2017-05-08 Thread Vassil Vassilev via cfe-commits
Thanks! On 06/05/17 00:34, Richard Smith via cfe-commits wrote: Author: rsmith Date: Fri May 5 17:34:07 2017 New Revision: 302312 URL: http://llvm.org/viewvc/llvm-project?rev=302312&view=rev Log: Permit keywords in module names in #pragma clang module *. This is necessary to be able to build a

r302312 - Permit keywords in module names in #pragma clang module *.

2017-05-05 Thread Richard Smith via cfe-commits
Author: rsmith Date: Fri May 5 17:34:07 2017 New Revision: 302312 URL: http://llvm.org/viewvc/llvm-project?rev=302312&view=rev Log: Permit keywords in module names in #pragma clang module *. This is necessary to be able to build a libc++ module from preprocessed source (due to the submodule std.