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

Master next #131

Closed
wants to merge 5 commits into from
Closed

Master next #131

wants to merge 5 commits into from

Commits on Nov 24, 2015

  1. Remove all uses of ilist_node::getNextNode() and ilist_node::getPrevN…

    …ode() in favor of just using iterators.
    
    There was churn upstream on ilist_node to remove undefined behavior. Rather than
    updating the different ilist_node patches for the hacky change required to not
    use iterators, just use iterators and keep everything as ilist_nodes. Upstream
    they want to eventually do this, so it makes sense for us to just do it now.
    gottesmm committed Nov 24, 2015
    Configuration menu
    Copy the full SHA
    7f47041 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Configuration menu
    Copy the full SHA
    f340ab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5780cef View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Configuration menu
    Copy the full SHA
    4cbf382 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Pass in clang as arg[0] when invoking clang via the clang importer. C…

    …lang is expecting an argv[0] argument.
    gottesmm committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    dccc758 View commit details
    Browse the repository at this point in the history