Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Bug 580178 - Unable to stop build process from launchbarMat Booth3-107/+51
2022-06-28Bug 580201 - narrowing for constexpr evaluation of builtinsDavin McCall2-36/+142
2022-05-30Bug 580037 - constexpr evaluation of additional builtins: ctz, etcDavin McCall2-18/+130
2022-05-25Bug 579934 support constexpr evaluation of __builtin_ffs[l,ll]Davin McCall5-7/+138
2022-05-03Stop using jaxb's DatatypeConverterJonah Graham2-4/+8
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham26-32/+32
2022-04-20[releng] Make CDT Clean-up profile match Editor on save actionsJonah Graham1-0/+80
2022-04-15Bug 579668 - Regression in Docker header file supportJeff Johnston1-2/+19
2022-04-13[releng] Update all legal files with update_legal_files.shJonah Graham1-6/+8
2022-04-11[releng] Update comparator repo to 10.6.0Jonah Graham1-1/+1
2022-03-14Bug 579261: Fix formatter exception when formatter comment tags aren't usedJonah Graham1-3/+3
2022-03-09Bug 577952: Close pathEntryStore to fix listener leakJonah Graham1-0/+2
2022-01-12[releng] Bump version numbers for all modified projectsJonah Graham1-1/+1
2021-12-05Fix usage or reserved symbols (<>&) in javadocTorbjörn Svensson48-118/+118
2021-10-25[releng] Require target platform bundles as minimum versionJonah Graham1-12/+12
2021-07-25Bug 574247 - Same binary file can appear multiple timesMat Booth3-9/+13
2021-07-12Bug 546981: Treat pragma region like pragma mark in outline viewJonah Graham1-0/+12
2021-07-12Bug 546981: Add #pragma mark to Outline viewJonah Graham5-1/+216
2021-07-11Bug 546981: Process all preprocessor items in model in one passJonah Graham1-12/+11
2021-07-07Bug 464624 - C++ Parser fails with Syntax error on function declaration with ...Marc-Andre Laperle2-4/+4
2021-07-07Bug 574578 - Syntax error when using __declspec as type-id specifierMarc-Andre Laperle1-0/+3
2021-06-26Bug 573764 - Ambiguous conversion on numeric typeMarc-Andre Laperle7-19/+92
2021-05-18Bug 568957 - Missing significant macros on hdrs with pragma once syntaxJeff Johnston1-3/+3
2021-05-15Bug 573560: Mark GCC constexpr message as infoStephan Oostveen2-0/+9
2021-04-08Bug 572648: Handle cases of empty (EOF) JSON filesJonah Graham1-2/+3
2021-04-08Bug 572250: Rename variables for consistencyJonah Graham1-3/+3
2021-04-08Bug 572250: [Java 16] fix illegal reflection in scannerInfoCacheJonah Graham7-73/+218
2021-04-04Bug 572552 - CDT releng: update versions to 10.3.0Alexander Fedorov1-1/+1
2021-04-03Bug 320186 - Support MSbuild error pattern in VC error parserMarc-Andre Laperle1-1/+1
2021-02-25Bug 571472: Don't resolve multi-line stringsJonah Graham1-0/+8
2021-02-07Bug 570992: Fix templates extension point documentationJohn Dallaway1-1/+1
2021-02-03[releng] Fixup API error due to missing verion bumpJonah Graham2-2/+2
2021-01-22Bug 568957 - Header indexed with missing significant macros on multipleMichael Uhl2-1/+59
2021-01-14Bug 569581 - Rethrow IOException in ElfParser.hasInterpProgramHeader()Simeon Andreev2-3/+19
2021-01-11Bug 500798: Mark GCC template init message as infoStephan Oostveen3-1/+10
2020-12-19[releng] Remove unused API filtersJonah Graham2-69/+1
2020-12-02Bug 539927: Do not mark "Removing unused section" lines as errorsTorbjörn SVENSSON2-2/+2
2020-12-01Bug 569353: The mode output from ld is not an errorTorbjörn SVENSSON2-0/+8
2020-11-19Bug 568375: Consistent versions for use of JAXB librariesJonah Graham1-1/+1
2020-11-18Bug 568728: Drop execute permission on filesTorbjörn Svensson1-0/+0
2020-11-14Bug 567217 - template functions with lvalue and rvalue parameters ofMichael Uhl1-12/+32
2020-11-10Bug 567217 - Avoid incorrect cache hits during the instantiation of alias tem...Nathan Ridge3-7/+33
2020-11-09Bug 568625 - "Invalid arguments" using __underlying_type outside templateMarc-Andre Laperle3-8/+17
2020-11-09Bug 568427 - 'alloca' not resolved when parsing in the context of clang-clMarc-Andre Laperle2-6/+12
2020-11-09Bug 568616 - Support for __is_same and __is_same_as (built-in equivalent to s...Marc-Andre Laperle7-3/+43
2020-11-07Bug 568408 - Add more GCC built-ins symbols in parser (based on GCC 10.2.0)Marc-Andre Laperle1-0/+29
2020-11-03Remove unreachable codeJonah Graham1-4/+0
2020-11-03Remove unused C Nature from cdt coreJonah Graham1-1/+0
2020-11-03Bug 530194: Don't assume that dwarf headers have valid positionsJonah Graham1-2/+6
2020-11-01Bug 568079: Reformat source code using clang-formatTorbjörn Svensson2-192/+0

Back to the top