[PATCH] D22797: Fix for compiling with clang <= 3.7 and g++6 headers.
Frederich Munch via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 18:25:58 PDT 2016
marsupial added a comment.
It's definitely a bit more intrusive than I'd like, but was the only thing that worked.
The log's have been overwritten by now, but easily reproduced with gcc-6 and clang-3.7.
The arguments forwarded to LexicalScope::LexicalScope were not being resolving properly.
Repository:
rL LLVM
https://reviews.llvm.org/D22797
More information about the llvm-commits
mailing list