Make && and || only evaluate the RHS when the LHS requires it.
authorEric Anholt <eric@anholt.net>
Fri, 16 Apr 2010 08:10:32 +0000 (01:10 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 16 Apr 2010 08:10:32 +0000 (01:10 -0700)
commit4950a68bf22ede6f4f368c9783e5401816159574
tree7291ca2628f733c1ed6c27f85b51a0754c17d90c
parent5ba94206083fcd678febd6cac0231f35c0f1b77a
Make && and || only evaluate the RHS when the LHS requires it.
ast_to_hir.cpp