-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GCC linker errors not showing up in Problems View (#3950)
* gcc.ts: Replace single regex pattern with array * CHANGELOG.md: Add GCC parsing fix * Change parser from gnuLD to gcc for linker error diagnostics unit test * Fix GNU LD diagnostics parser not being enabled due to inconsistency in config and in build.ts by_source strings * Improve GCC and GNU LD diagnostics parsers * Remove obsolete french linker error unit test * Add gcc and gnuld diagnostics unit tests * Clean up regexes, add unit tests * Make gcc and gnuld parsers execution order agnostic * Share the RegexPattern interface and the MatchType interface rather than doubly defining it * Remove C++ template compiler error detection from gnu-ld, move common data types to util.ts * fix extra line * update changelog * Remove obsolete return statement * Add comments --------- Co-authored-by: 0xemgy <0xemgy> Co-authored-by: Garrett Campbell <[email protected]> Co-authored-by: Garrett Campbell <[email protected]>
- Loading branch information
1 parent
c3a5713
commit 220ac74
Showing
6 changed files
with
515 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.