Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-28Bug 580201 - narrowing for constexpr evaluation of builtinsDavin McCall3-0/+29
2022-05-30Bug 580037 - constexpr evaluation of additional builtins: ctz, etcDavin McCall1-0/+40
2022-05-25Bug 579934 support constexpr evaluation of __builtin_ffs[l,ll]Davin McCall2-2/+7
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham3-6/+6
2021-07-07Bug 464624 - C++ Parser fails with Syntax error on function declaration with ...Marc-Andre Laperle1-0/+11
2021-07-07Bug 574578 - Syntax error when using __declspec as type-id specifierMarc-Andre Laperle1-0/+12
2021-06-26Bug 573764 - Ambiguous conversion on numeric typeMarc-Andre Laperle1-0/+65
2021-04-08Bug 572250: [Java 16] fix illegal reflection in scannerInfoCacheJonah Graham1-0/+111
2020-12-21Bug 569839: Ensure that behaviour is same running tests without suitesJonah Graham41-300/+350
2020-11-14Bug 567217 - template functions with lvalue and rvalue parameters ofMichael Uhl2-1/+890
2020-11-09Bug 568625 - "Invalid arguments" using __underlying_type outside templateMarc-Andre Laperle1-0/+14
2020-11-09Bug 568616 - Support for __is_same and __is_same_as (built-in equivalent to s...Marc-Andre Laperle1-0/+70
2020-10-06Bug 567261 - Revert "541239: [C++17] Implement parser support for deduction g...Marc-Andre Laperle2-189/+0
2020-09-27Bug 566918 - [C++17] Support for __has_include (standard) andMarc-Andre Laperle1-0/+133
2020-08-13Bug 564002: Restore the default pattern of the surefire-pluginMartin Weber3-3/+3
2020-05-03Bug 562697 - Fix comparison of qualifier type and pointer typeNathan Ridge1-0/+11
2020-04-08Bug 561631 - Fix isFinal check for template specializationMarco Stornelli1-0/+45
2020-04-06Bug 534420 - Add support for nodiscard attribute for enum typesMarco Stornelli1-0/+17
2020-04-01Bug 534420 - Add support for nodiscard attribute for class typesMarco Stornelli1-0/+75
2020-03-23Bug 561128 - Allow storing all local types in the index, not just typedefsNathan Ridge1-2/+1
2020-03-21Bug 561088 - Fix read/write flags in case of dependent typesMarco Stornelli1-16/+40
2020-03-20Bug 561124 - Pick a default test strategy in constexpr.TestBaseNathan Ridge1-0/+6
2020-03-20Bug 561128 - Additional fix for lambda constexprMarco Stornelli1-0/+10
2020-03-15Bug 561128 - Add constexpr evaluation for lambda expressionsMarco Stornelli1-0/+7
2020-03-13Bug 560483 - Add support for c++17 constexpr lambda expressionsMarco Stornelli1-0/+8
2020-03-13541239: [C++17] Implement parser support for deduction guidesFelix Morgner2-0/+189
2020-03-01Bug 560173 - Fix destructor lookup in case of typedefMarco Stornelli1-3/+3
2020-01-28Bug 553794 - Add support for the __integer_pack builtinNathan Ridge1-0/+15
2020-01-19Bug 559313 - decltype evaluated as a write operationMarco Stornelli1-0/+12
2019-11-20Bug 553141 - Fix logic error in TypeInstantiationRequest.equals()Nathan Ridge1-0/+33
2019-11-09Bug 536986 - Add support for string literal operator templatesNathan Ridge1-0/+12
2019-10-28[releng] Cleanup code that has been misformatted and update to SDK 4.13Jonah Graham1-1/+1
2019-10-14Bug 551689 - Fix equivalence computation for simple literalsNathan Ridge1-0/+19
2019-10-10Generify Class.Alexander Kurtakov1-1/+1
2019-10-06Bug 343274 - Fix VariableReadWriteFlags errorsMarco Stornelli1-0/+16
2019-10-02Revert "Bug 549362 - Aggregate init for union-like classes"Hannes Vogt1-12/+0
2019-09-26Bug 549367 - [C++17] Aggregate init of baseHannes Vogt1-0/+34
2019-09-24Bug 549036 - Init Type(std::initializer_list) from Type{...}Hannes Vogt1-0/+14
2019-09-23Bug 549362 - Aggregate init for union-like classesHannes Vogt1-0/+12
2019-09-01Bug 550397 - Fix a logic error in instantiateConversionTemplates()Nathan Ridge1-0/+18
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat16-71/+1321
2019-07-23Bug 549035 - Constructor with reference to initializer listNathan Ridge1-0/+14
2019-07-04Bug 548954 - Type transformation specifier in type-idNathan Ridge1-0/+11
2019-07-02Bug 548700 - Handle prefix negative sign in FloatingPointValue.parseDouble()Nathan Ridge1-0/+5
2019-06-29Bug 467346 - Retain attribute after struct key in CNathan Ridge1-0/+15
2019-05-21Bug 545040 - make array size inference work with initializer listsDavin McCall1-0/+57
2019-05-20Bug 546805 - Infinite recursion in self-aggregationHannes Vogt1-0/+26
2019-05-20Bug 545021 - Implement noexcept operatorHannes Vogt1-3/+210
2019-05-12Bug 461435 - Added options to format pointers in methodsMarco Stornelli1-4/+4
2019-05-05Bug 546843 - Initialization from dependent argumentHannes Vogt1-0/+34

Back to the top