1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00
cdt/build
Jonah Graham b8bd15844b Bug 571722: Add ALL_FLAGS for scanner discovery
This change adds the ALL_FLAGS that does not limit tool options to
those declared as IOption::isForScannerDiscovery when launching the
compiler to discover compiler built-ins.

This is needed as many other flags, either entered manually in "Other
flags" or some of the existing flags with checkboxes such as "-ansi",
"-fPIC", and "-fstack-protector-all" which all affect scanner discovery
as they can all change what macros are built-in to the compiler.

The current solution has as a drawback that some settings, like -I and -D
then appear twice. For example in the "Includes" node in the "Project
Explorer"

My only reservation about this change is if there is an option
that can be specified successfully at build time, but when used
at scanner discovery time causes the compiler to fail, or return
incorrect results. Therefore I have added a new field,
excludeFromScannerDiscovery to tool options (buildDefinitions
extension point) that allows tool integrators to always exclude
a command line option from ALL_FLAGS. I have also added
a new "Other flags (excluded from discovery)" to the
"Miscellaneous" tab to allow compiler options to be entered
by the user.
2022-11-21 10:46:49 -05:00
..
org.eclipse.cdt.autotools-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.autotools.core Remove deprecated binary parsers and supporting code 2022-11-07 20:58:25 -05:00
org.eclipse.cdt.autotools.docs Stop synchronizing user guides from Wiki 2022-11-09 10:56:55 -05:00
org.eclipse.cdt.autotools.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.autotools.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.autotools.ui.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.build.gcc.core Bug 580015: add support for multiple bin parsers #75 2022-11-18 10:55:40 -05:00
org.eclipse.cdt.build.gcc.core.tests fix code cleanlines 2022-11-18 10:55:40 -05:00
org.eclipse.cdt.build.gcc.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.core.autotools-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.core.autotools.core Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.core.autotools.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.gnu.build-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.make.core Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.make.core.tests Cosmetic changes to unit test 2022-11-07 10:04:20 -05:00
org.eclipse.cdt.make.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.make.ui.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.managedbuilder.core Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
org.eclipse.cdt.managedbuilder.core.tests Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
org.eclipse.cdt.managedbuilder.gnu.ui Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
org.eclipse.cdt.managedbuilder.headlessbuilderapp Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.managedbuilder.ui Bug 571722: Add ALL_FLAGS for scanner discovery 2022-11-21 10:46:49 -05:00
org.eclipse.cdt.managedbuilder.ui.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.meson-feature [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00
org.eclipse.cdt.meson.core Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.meson.docs Stop synchronizing user guides from Wiki 2022-11-09 10:56:55 -05:00
org.eclipse.cdt.meson.ui Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.meson.ui.editor Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
org.eclipse.cdt.meson.ui.tests Upgrade build.properties warnings to errors 2022-11-06 18:29:28 -05:00
pom.xml [releng] Bump versions for CDT 11.0.0 2022-10-03 12:42:37 -04:00