January 18, 2016
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 4bfcdbc853c42f7b58054b3cf1b27c98bfb51e56
      https://github.com/D-Programming-Language/dmd/commit/4bfcdbc853c42f7b58054b3cf1b27c98bfb51e56
  Author: Walter Bright <walter@walterbright.com>
  Date:   2016-01-17 (Sun, 17 Jan 2016)

  Changed paths:
    M src/aggregate.h
    M src/backend/rtlsym.h
    M src/cppmangle.d
    M src/dclass.d
    M src/func.d
    M src/idgen.d
    M src/s2ir.c
    M src/statement.d
    M src/target.d
    M src/target.h
    M src/tocsym.c
    M src/todt.c
    A test/fail_compilation/cppeh1.d
    A test/fail_compilation/cppeh2.d
    M test/fail_compilation/ice10382.d
    M test/runnable/cppa.d
    M test/runnable/extra-files/cppb.cpp

  Log Message:
  -----------
  C++ EH: initial front end work


  Commit: 605be4c6fac1e52820159a7a473f74e2cddb438c
      https://github.com/D-Programming-Language/dmd/commit/605be4c6fac1e52820159a7a473f74e2cddb438c
  Author: Andrei Alexandrescu <andrei@erdani.com>
  Date:   2016-01-18 (Mon, 18 Jan 2016)

  Changed paths:
    M src/aggregate.h
    M src/backend/rtlsym.h
    M src/cppmangle.d
    M src/dclass.d
    M src/func.d
    M src/idgen.d
    M src/s2ir.c
    M src/statement.d
    M src/target.d
    M src/target.h
    M src/tocsym.c
    M src/todt.c
    A test/fail_compilation/cppeh1.d
    A test/fail_compilation/cppeh2.d
    M test/fail_compilation/ice10382.d
    M test/runnable/cppa.d
    M test/runnable/extra-files/cppb.cpp

  Log Message:
  -----------
  Merge pull request #5342 from WalterBright/cppeh1

C++ EH: initial front end work


Compare: https://github.com/D-Programming-Language/dmd/compare/0fd13df4f863...605be4c6fac1