1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clarify offsets of anonymous nested scope, missing quotes for names More... about 1 year ago
nested struct example needs a .tag More... about 1 year ago
missing <tt> More... about 1 year ago
fix dangling space, mention .union in test comment More... about 1 year ago
Test of .struct and .union features. Update documentation with more examples, better clarity, and fixes to incorrect data. More... about 1 year ago
more msbuild syntax fixes More... about 1 year ago
fix msbuild syntax More... about 1 year ago
second try at fixing win64 build More... about 1 year ago
Added warning on static functions that are used but not defined. More... about 1 year ago
Fixed function declarator parser when a parameter has a function type. Ensured check on parameter lists without types in non-definition declarations. More... about 1 year ago
Merge pull request #2305 from acqn/FuncDeclFix More... about 1 year ago
Fixed missing diagnosis on function parameter lists with trailing commas. More... about 1 year ago
Fix BSS obliteration by mliparam during exec(). More... about 1 year ago
Merge pull request #2297 from acqn/WrappedCall More... about 1 year ago
Merge pull request #2298 from acqn/Diagnostics More... about 1 year ago
MS compiler insists on those typecasts apparently More... about 1 year ago
fix %hhn and %hn in the internal xvsnprintf function More... about 1 year ago
use -std=gnu17 for the references, so the test bench will not break with GCC 14. see #2277 More... about 1 year ago
exclude test directory from some style checks - it makes no sense to enforce these things in the test bench, we need to be able to test all kinds of spaces and tabs :) More... about 1 year ago
Merge pull request #2296 from acqn/Diagnostics More... about 1 year ago
test for regression that occured after #2262 More... about 1 year ago
Merge pull request #2295 from colinleroy/fix-2262-too-eager-opt More... about 1 year ago
More accurate diagnostic messages on empty declarations without any type specifiers. More... about 1 year ago
Fixed missing diagnosis on extra identifiers in type names. More... about 1 year ago
Fix #2262: Make sure there's no branching after the sequence More... about 1 year ago
More accurate diagnostic messages on wrong missing declaration specifiers. More... about 1 year ago
Declaration specifier flags cleanup. More... about 1 year ago
Improved error recovery with type cast and sizeof. More... about 1 year ago
Fixed missing diagnostics on empty enum/struct/union declareations without tag names. Improved error recovery with local declarations and _Static_assert. More... about 1 year ago
Merge pull request #2287 from acqn/Diagnostics More... about 1 year ago