Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clangtastic Voyage #20392

Merged
merged 2 commits into from
Feb 12, 2018
Merged

Clangtastic Voyage #20392

merged 2 commits into from
Feb 12, 2018

Commits on Feb 9, 2018

  1. {client,test}: Explicitly initialize empty inode_t

    Using an explicit {} initializer. This unbreaks Clang.
    
    Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
    adamemerson committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    b27e40d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. build: Use the right experimental library

    Test whether we're building with libstdc++ or libc++.
    
    Use stdc++filesystem if the former and c++experimental if the later.
    
    Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
    adamemerson committed Feb 10, 2018
    Configuration menu
    Copy the full SHA
    ba5ce15 View commit details
    Browse the repository at this point in the history