Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-18 Thread Galina Kistanova via cfe-commits
Thank you! On Wed, Oct 18, 2017 at 7:38 AM, Aaron Ballman wrote: > Thanks for pointing the breakage out -- it should be fixed with r316075. > > ~Aaron > > On Wed, Oct 18, 2017 at 7:50 AM, Aaron Ballman > wrote: > > I'll take a look, thank you for pointing it out (and sorry for the > trouble)! >

Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-18 Thread Aaron Ballman via cfe-commits
Thanks for pointing the breakage out -- it should be fixed with r316075. ~Aaron On Wed, Oct 18, 2017 at 7:50 AM, Aaron Ballman wrote: > I'll take a look, thank you for pointing it out (and sorry for the trouble)! > > ~Aaron > > On Tue, Oct 17, 2017 at 9:56 PM, Galina Kistanova > wrote: >> Hell

Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-18 Thread Aaron Ballman via cfe-commits
I'll take a look, thank you for pointing it out (and sorry for the trouble)! ~Aaron On Tue, Oct 17, 2017 at 9:56 PM, Galina Kistanova wrote: > Hello Aaron, > > This commit broke one our builders: > > http://lab.llvm.org:8011/builders/ubuntu-gcc7.1-werror/builds/2272 > > . . . > FAILED: /usr/loca

Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-17 Thread Galina Kistanova via cfe-commits
Hello Aaron, This commit broke one our builders: http://lab.llvm.org:8011/builders/ubuntu-gcc7.1-werror/builds/2272 . . . FAILED: /usr/local/gcc-7.1/bin/g++-7.1 -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/Bas

Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-15 Thread Aaron Ballman via cfe-commits
On Sun, Oct 15, 2017 at 12:52 PM, Saleem Abdulrasool wrote: > > > On Sun, Oct 15, 2017 at 8:01 AM, Aaron Ballman via cfe-commits > wrote: >> >> Author: aaronballman >> Date: Sun Oct 15 08:01:42 2017 >> New Revision: 315856 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=315856&view=rev >> Log:

Re: r315856 - Add -f[no-]double-square-bracket-attributes as new driver options to control use of [[]] attributes in all language modes. This is the initial implementation of WG14 N2165, which is a pr

2017-10-15 Thread Saleem Abdulrasool via cfe-commits
On Sun, Oct 15, 2017 at 8:01 AM, Aaron Ballman via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: aaronballman > Date: Sun Oct 15 08:01:42 2017 > New Revision: 315856 > > URL: http://llvm.org/viewvc/llvm-project?rev=315856&view=rev > Log: > Add -f[no-]double-square-bracket-attributes a