Hi,
On 1/30/20 12:02 PM, Mario Charest via cfe-users wrote:
Hello,
First post, be gentle ;-)
I'm trying to find a clean solution to an error message that
clang-tidy is giving, tried with 10 and 11)
This is the code:
struct Foo
{
Foo(const std::string &value) : m_name(value) {}
Foo(
Hi,
Many thanks for this advice. I'm just now getting back to this. If I
solve the libgcc_s problem, I'll let you know.
Thanks again,
Chris.
On 2/19/20 4:02 PM, Richard Smith wrote:
On Thu, 23 Jan 2020 at 07:24, Christopher H Green via cfe-users
mailto:cfe-users@lists.llvm.org>> wrote:
Hi,
On 2/19/20 4:02 PM, Richard Smith wrote:
I have a two-stage setup that builds a GCC-free Clang except for
libgcc_s (I've not looked at what's pulling that in yet, but I expect
that's resolvable).
My stage1 cmake setup has: -DCLANG_DEFAULT_CXX_STDLIB=libc++
-DCLANG_DEFAULT_RTLIB=compiler-