1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-17 05:55:22 +02:00
cdt/core
Torbjörn Svensson 36de92cc77 Bug 495661 - Period is a valid symbol in a section name
When using -ffunction-section, each function is placed in it's own
section name. For example the main() function would be placed in
.text.main, so the pattern looking for undefined references needs to
allow the extra dot there.
Since C++ will use other symbols than what's included in \w, lets allow
everything except a + sign and whitespace.

Change-Id: I66d9ee7d8cbc0a405e60d7cdeb43c38b30107245
Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
2020-04-01 15:36:25 -04:00
..
org.eclipse.cdt.core Bug 495661 - Period is a valid symbol in a section name 2020-04-01 15:36:25 -04:00
org.eclipse.cdt.core.linux [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.core.linux.ppc64le [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.core.linux.x86_64 [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.core.macosx [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.core.native Bug 558827: Add and/or fix branding on all features 2020-01-09 15:11:35 -05:00
org.eclipse.cdt.core.tests Bug 495661 - Period is a valid symbol in a section name 2020-04-01 15:36:25 -04:00
org.eclipse.cdt.core.win32 [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.core.win32.x86_64 [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.ui [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00
org.eclipse.cdt.ui.tests Bug 561559 - Fix formatting def capture lambda expressions 2020-03-30 01:17:03 -04:00
pom.xml [releng] Bump CDT version to 9.12.0 2020-03-22 14:05:17 -04:00