1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 01:45:33 +02:00
Find a file
Marc-Andre Laperle 4e16631f30 Bug 360919 - [MSVC] preprocessor symbol __STDC__ always defined
Move the __STDC__ macro to the scanner configuration extension, where we can
differentiate compiler type. Only add it when compiler type is not MSVC.
This will miss the case where MSVC is compiling in C mode and /Za is used,
then __STDC__ should be defined but this is a much less common case and would be
addressed likely outside scanner configuration.

See also
https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros

Change-Id: Icc5d3ef038fb468efe33802a04fc78fc1e5e583e
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2019-10-03 23:14:32 -04:00
.mvn Build with Tycho 1.4.0. 2019-04-11 02:43:05 -04:00
build Bug 551089 - Builds with libraries having spaces in the name fail 2019-10-03 15:19:19 -04:00
codan Bug 545954 - Added checker for functions/methods blacklist 2019-09-23 01:10:46 -04:00
core Bug 360919 - [MSVC] preprocessor symbol __STDC__ always defined 2019-10-03 23:14:32 -04:00
cross [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
debug Bug 550076 - Use PE64 parser by default 2019-09-09 15:56:07 -04:00
doc Bug 550076 - Use PE64 parser by default 2019-09-09 15:56:07 -04:00
dsf Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
dsf-gdb Bug 550165: Debugging is stuck when "command aborts" on step return 2019-08-19 12:43:22 -04:00
jtag Bug 550963: Provide 'reset and halt' commands 2019-09-11 11:49:16 +01:00
launch Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
llvm Bug 550076 - Use PE64 parser by default 2019-09-09 15:56:07 -04:00
lrparser Bug 360919 - [MSVC] preprocessor symbol __STDC__ always defined 2019-10-03 23:14:32 -04:00
lsp Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
memory Convert new Runnable to lambda. 2019-08-12 07:11:40 -04:00
native Bug 550702: Fixed memory leak in SerialPort.open0() 2019-09-05 15:03:25 +02:00
qt Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
releng [releng] Update to 2019-12 repositories 2019-09-19 11:53:47 -04:00
remote [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
testsrunner Convert new Runnable to lambda. 2019-08-12 17:31:30 +03:00
toolchains/arduino Convert new Runnable to lambda. 2019-08-12 07:11:40 -04:00
upc Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
util [releng] Bump version to 9.9.0 2019-06-11 12:33:48 -04:00
visualizer Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
windows Bug 550076 - Use PE64 parser by default 2019-09-09 15:56:07 -04:00
xlc Remove redundant superinterfaces. 2019-08-10 10:28:51 -04:00
.gitattributes Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
.gitignore Bug 540373: Add a code cleanliness check script 2018-11-23 14:59:29 +00:00
pom.xml [releng] Update to stable repository for help docs eclipse run location 2019-09-23 11:00:57 -04:00