p4lang-p4c-nightly:zma/ordered_set

Last commit made on 2018-09-19
Get this branch:
git clone -b zma/ordered_set https://git.launchpad.net/p4lang-p4c-nightly

Branch merges

Branch information

Name:
zma/ordered_set
Repository:
lp:p4lang-p4c-nightly

Recent commits

fa2c693... by Zhao Ma <email address hidden>

cpplint

15c3cd9... by Zhao Ma <email address hidden>

add gtests

f5f237b... by Zhao Ma <email address hidden>

add equality operator for ordered_set

15d2427... by ChrisDodd

v1 ambiguous symbol referencing fix (#1481)

- P4_14 allows mulitple symbols of the same name -- which is referred to
  depends on context

7c7506a... by ChrisDodd

Avoid crashing after errors (#1482)

- after an error, arbitrarily returning nullptr from a PassManager can
  result in a crash or error cascade -- we instead return the tree from
  before the error.
- stop_on_error should only abort after a NEW error, to allow some
  continued error checking after an error.
- fix gtests to check errorCount

5ae30ee... by Mihai Budiu <email address hidden>

Fix for issue #1466 (#1469)

28a5594... by Mihai Budiu <email address hidden>

Fix for issue #1470 (#1473)

57da8f8... by Mihai Budiu <email address hidden>

 Fixes for issues #1333 and #1381 (#1472)

* Fix for issues #1333 and #1381

23aac7e... by DanilLutsenko <email address hidden>

cstring optimization (#1463)

* cstring utility improvements

495f229... by Mihai Budiu <email address hidden>

Fix for issue #1334 (#1467)

* Fix for issue #1334