aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/contracts.cc
AgeCommit message (Expand)AuthorFilesLines
2024-09-24c++/contracts: ICE in build_contract_condition_function [PR116490]Nina Dinka Ranns1-3/+9
2024-07-16c++, coroutines, contracts: Handle coroutine and void functions [PR110871,PR1...Iain Sandoe1-98/+159
2024-07-10c++, contracts: Fix ICE in create_tmp_var [PR113968]Nina Ranns1-0/+7
2024-01-09c++: P0847R7 (deducing this) - prerequisite changes. [PR102609]waffl3x1-3/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-29c++: for contracts, cdtors never return thisAlexandre Oliva1-1/+5
2023-11-14input.h: eliminate implicit users of global_dc's file_cacheDavid Malcolm1-1/+2
2023-03-28c++: Allow translations of check_postcondition_result messages [PR109309]Jakub Jelinek1-11/+10
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-19contracts: Lowercase {MAYBE,NEVER}_CONTINUEArsen Arsenović1-2/+2
2022-11-30c++: small contracts fixesJason Merrill1-1/+1
2022-11-22c++: don't use strchrnul [PR107781]Jason Merrill1-2/+2
2022-11-21c++: contracts fixesJason Merrill1-0/+1
2022-11-18c++: implement P1492 contractsJeff Chapman II1-0/+2240