summaryrefslogtreecommitdiff
path: root/tests/c_files
Commit message (Collapse)AuthorAgeFilesLines
* Implement C23 _Static_assert without message (#440)Vitaly Cheptsov2021-10-051-0/+1
| | | Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* Implement u8, u, and U strings from C11 (#439)Vitaly Cheptsov2021-10-051-0/+11
| | | | | | | * Implement u8, u, and U strings from C11 * Also add u8, u, and U chars from C11 and C23 Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* Implement _Alignas and _Alignof support with tests (#435)Vitaly Cheptsov2021-10-041-0/+6
| | | | | | | | | | | | | | | * Implement _Alignas and _Alignof support with tests * Improve testing and avoid unnecessary alignas for typedef * Add more tests * Drop legacy artifact * Remove extra _add_declaration_specifier call * Drop custom equality comparators for now Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* Improve _Atomic support and add more tests (#431)Vitaly Cheptsov2021-09-201-31/+38
| | | | | | | | | * Improve _Atomic support with more tests and fix typedef handling * Remove duplicated tests and check the generated code for typedefs * Add typedef testing to parser as well Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* Introduce partial C11 support (#429)Vitaly Cheptsov2021-08-311-0/+31
| | | | | | | | | | * Introduce partial C11 support Implemented _Noreturn, _Static_assert, _Thread_local. Also fixed tests with preprocessor on macOS. * Add more tests Co-authored-by: vit9696 <vit9696@users.noreply.github.com>
* forgot to hg addEli Bendersky2012-08-102-0/+6
|
* add missing fileEli Bendersky2012-07-071-0/+8
|
* added a fake typedef for va_listeli.bendersky2011-11-121-0/+2
|
* - cosmetic fixes for the _Bool patcheli.bendersky2011-09-241-0/+5
| | | | - adding tests for _Bool & stdbool
* initial import from SVNEli Bendersky2010-05-216-0/+5755