spot/src/neverparse
Alexandre Duret-Lutz 49c66c6319 c++11: replace push(Type(args...)) by emplace(args...)
This of course concerns push_back and push_front as well.

* src/bin/common_finput.cc, src/bin/dstar2tgba.cc, src/bin/ltl2tgba.cc,
src/bin/ltl2tgta.cc, src/bin/ltlcross.cc, src/bin/ltlfilt.cc,
src/dstarparse/dstarparse.yy, src/kripkeparse/kripkeparse.yy,
src/ltlast/formula.cc, src/ltlparse/ltlparse.yy, src/misc/minato.cc,
src/neverparse/neverclaimparse.yy, src/priv/bddalloc.cc, src/ta/ta.cc,
src/taalgos/emptinessta.cc, src/tgba/taatgba.cc,
src/tgbaalgos/gtec/gtec.cc, src/tgbaalgos/gtec/sccstack.cc,
src/tgbaalgos/magic.cc, src/tgbaalgos/ndfs_result.hxx,
src/tgbaalgos/rundotdec.cc, src/tgbaalgos/scc.cc, src/tgbaalgos/se05.cc,
src/tgbaalgos/simulation.cc, src/tgbaalgos/tau03.cc,
src/tgbaalgos/tau03opt.cc, src/tgbaparse/tgbaparse.yy: Use emplace
to make the code less verbose and avoid creating temporaries.
2014-02-12 14:08:47 +01:00
..
.gitignore more files to ignore 2010-12-07 18:34:32 +01:00
fmterror.cc Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
Makefile.am Add support for Bison 3.0. 2013-09-30 20:32:15 +02:00
neverclaimparse.yy c++11: replace push(Type(args...)) by emplace(args...) 2014-02-12 14:08:47 +01:00
neverclaimscan.ll neverparse: accept more unparenthesised guards 2013-07-26 12:04:45 +02:00
parsedecl.hh Use the same location.hh and position.hh in all parsers. 2013-07-29 01:14:34 +02:00
public.hh Use -fvisibility=hidden for all parsers. 2013-07-29 01:14:36 +02:00