about summary refs log tree commit diff
path: root/src/test/ui/parser/issues/issue-8537.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-11/+0
2022-09-22Improve the help message for an invalid calling conventionkhyperia-1/+1
2022-05-30Bless tests with the full list of conventions in the outputScott McMurray-1/+1
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-1/+1
The following *-unwind ABIs are now supported: - "C-unwind" - "cdecl-unwind" - "stdcall-unwind" - "fastcall-unwind" - "vectorcall-unwind" - "thiscall-unwind" - "aapcs-unwind" - "win64-unwind" - "sysv64-unwind" - "system-unwind"
2021-11-20Move parser tests to parser/issues subdirectoryBadel2-0/+11
Because the parser directory has already reached the 1000 file limit.