[dmd-internals] [D-Programming-Language/dmd] 4bfcdb: C++ EH: initial front end work
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jan 18 04:17:14 PST 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 at 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 at 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
More information about the dmd-internals
mailing list