• da-woods's avatar
    Added mechanism for moving rather than copying C++ temps (GH-3362) · ccf1769f
    da-woods authored
    Right now it's used in a few simple cases (function call and single assignment)
    Don't attempt to remove reference types.
    Be wary of the "safety check" for double moves when things like result() are called twice
    Made sure fallback option was genuinely c++03 complient so that test should pass on clang
    ccf1769f
ExprNodes.py 542 KB