[dmd-internals] [D-Programming-Language/dmd] 73844d: Set up makefile to ignore certain useless warnings...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Jan 5 07:05:08 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 73844dbcc19a7111c54bc0d643fd8f085df219ee
https://github.com/D-Programming-Language/dmd/commit/73844dbcc19a7111c54bc0d643fd8f085df219ee
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-01-02 (Fri, 02 Jan 2015)
Changed paths:
M src/backend/cod1.c
M src/backend/cod3.c
M src/backend/nteh.c
M src/cppmangle.c
M src/func.c
M src/parse.c
M src/posix.mak
M src/root/filename.c
Log Message:
-----------
Set up makefile to ignore certain useless warnings for clang (use make -f posix.mak HOST_CC=clang++)
Fix all other warnings that clang identifies except for comma expression abuse
Commit: d60b61437081f3cb1b586af05c1507f1c304753c
https://github.com/D-Programming-Language/dmd/commit/d60b61437081f3cb1b586af05c1507f1c304753c
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M src/cppmangle.c
M src/parse.c
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
More proper implementation for parse error on version and debug.
Fix issue 13932 -- c++ mangling for template negative int parameter
add test case for 13932
Commit: 85946f3400b4afdb0a664064c4c79fe3218611bc
https://github.com/D-Programming-Language/dmd/commit/85946f3400b4afdb0a664064c4c79fe3218611bc
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-01-04 (Sun, 04 Jan 2015)
Changed paths:
M src/cppmangle.c
Log Message:
-----------
Fix issue 13932 on Windows as well.
Commit: 930795ed52ade97372db5db5ee2470211a7ad7c5
https://github.com/D-Programming-Language/dmd/commit/930795ed52ade97372db5db5ee2470211a7ad7c5
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2015-01-05 (Mon, 05 Jan 2015)
Changed paths:
M test/runnable/cppa.d
Log Message:
-----------
Removing test for 13932 on Win32 -- there is some issue with CPP mangling on optlink.
Commit: f5682e890415219f4b3af9b54002a4dadec54b62
https://github.com/D-Programming-Language/dmd/commit/f5682e890415219f4b3af9b54002a4dadec54b62
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-06 (Tue, 06 Jan 2015)
Changed paths:
M src/backend/cod1.c
M src/backend/cod3.c
M src/backend/nteh.c
M src/cppmangle.c
M src/func.c
M src/parse.c
M src/posix.mak
M src/root/filename.c
M test/runnable/cppa.d
M test/runnable/extra-files/cppb.cpp
Log Message:
-----------
Merge pull request #4239 from schveiguy/removeclangwarnings
Fix warnings on clang++
Compare: https://github.com/D-Programming-Language/dmd/compare/e5490e97443e...f5682e890415
More information about the dmd-internals
mailing list