Re: [libcxx] r272632 - Ignore depricated warnings from and

2016-06-14 Thread Eric Fiselier via cfe-commits
The depreciation warnings are emitted from and using "#warning". The actual types are not marked deprecated using attributes. That's why the tests suppress "-W#warning". I'm trying to get our test suite passing with -Wsystem-headers -Werror so this is a necessary evil. Hope that clears things u

Re: [libcxx] r272632 - Ignore depricated warnings from and

2016-06-14 Thread Joerg Sonnenberger via cfe-commits
On Tue, Jun 14, 2016 at 03:26:11AM -, Eric Fiselier via cfe-commits wrote: > Author: ericwf > Date: Mon Jun 13 22:26:11 2016 > New Revision: 272632 > > URL: http://llvm.org/viewvc/llvm-project?rev=272632&view=rev > Log: > Ignore depricated warnings from and Commit message and change don't a

[libcxx] r272632 - Ignore depricated warnings from and

2016-06-13 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Mon Jun 13 22:26:11 2016 New Revision: 272632 URL: http://llvm.org/viewvc/llvm-project?rev=272632&view=rev Log: Ignore depricated warnings from and Modified: libcxx/trunk/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp libcxx/trunk/test/libcxx/containers/gnu_cxx/ha