search for: r316798

Displaying 2 results from an estimated 2 matches for "r316798".

2018 Mar 16
0
[RFC] Updating googletest to non-release tagged version
...icitly list. Combine would, by my understanding, allow me to do something like "Combine(Values(3, 4, 5), Values(DWARF32, DWARF64))". As to why it doesn't work in 1.8, it's because LLVM has explicitly overridden the GTEST_HAS_TR1_TUPLE define (see utils\unittest\CMakeLists.txt and r316798). The short-story is that it's because recent MSVC compilers (sorry, I guess I was too broad in my original statement) have started issuing TR1 deprecation warnings, combined with C++11 not being detected properly. On 15 March 2018 at 18:31, Roman Lebedev <lebedev.ri at gmail.com> wrote:...
2018 Mar 15
2
[RFC] Updating googletest to non-release tagged version
On Thu, Mar 15, 2018 at 9:09 PM, David Blaikie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > +Chandler who might have some thoughts on this. > > Could you provide an example here of the motivation for the feature you're > missing? Might help motivate the discussion (and/or we'll end up nitpicking > how it could be done differently without that feature... - which