[cc65-git] [cc65/cc65] 7e80e5: Added a warning on implicit int in typedefs.
cc65 - a freeware C compiler for 6502 based systems
Brought to you by:
gpz
|
From: Bob A. <no...@gi...> - 2024-01-22 18:10:15
|
Branch: refs/heads/master Home: https://github.com/cc65/cc65 Commit: 7e80e55b6d12138024d44557ed878fa3c50c6fda https://github.com/cc65/cc65/commit/7e80e55b6d12138024d44557ed878fa3c50c6fda Author: acqn <ac...@ou...> Date: 2024-01-13 (Sat, 13 Jan 2024) Changed paths: M src/cc65/declare.c Log Message: ----------- Added a warning on implicit int in typedefs. Commit: de3087a7e9b7590ab8122d547e8ae9ac0d191b21 https://github.com/cc65/cc65/commit/de3087a7e9b7590ab8122d547e8ae9ac0d191b21 Author: acqn <ac...@ou...> Date: 2024-01-14 (Sun, 14 Jan 2024) Changed paths: M src/cc65/symtab.c Log Message: ----------- Removed the extra "unused parameter" warning when the parameter had an duplicated identifier error. Commit: afdf398a0b628704b23166cde21d986b23d168b6 https://github.com/cc65/cc65/commit/afdf398a0b628704b23166cde21d986b23d168b6 Author: acqn <ac...@ou...> Date: 2024-01-15 (Mon, 15 Jan 2024) Changed paths: M src/cc65/declare.c M src/cc65/locals.c Log Message: ----------- Fixed repeated diagnosis when reading EOF in certain cases. Commit: 07e349c517a4702c8c2af26064691dcf05c5e580 https://github.com/cc65/cc65/commit/07e349c517a4702c8c2af26064691dcf05c5e580 Author: acqn <ac...@ou...> Date: 2024-01-15 (Mon, 15 Jan 2024) Changed paths: M src/cc65/symtab.c Log Message: ----------- Skipped anonymous tag names in diagnosis on empty structs/unions. Commit: e9bd9330c0b09f646a52e36c6cbf198015887d2f https://github.com/cc65/cc65/commit/e9bd9330c0b09f646a52e36c6cbf198015887d2f Author: acqn <ac...@ou...> Date: 2024-01-15 (Mon, 15 Jan 2024) Changed paths: M src/cc65/datatype.c M src/cc65/datatype.h M src/cc65/declare.c Log Message: ----------- Added warning on some code patterns of faulty attempt to declare anonymous structs/unions. Removed unnecessary warning on tagless enum/struct/unions that would be invisible out of a function declaration. Commit: bea2e8621038d1e8728ecf30e34ff6e7e8e53834 https://github.com/cc65/cc65/commit/bea2e8621038d1e8728ecf30e34ff6e7e8e53834 Author: Bob Andrews <mr...@us...> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M src/cc65/datatype.c M src/cc65/datatype.h M src/cc65/declare.c M src/cc65/locals.c M src/cc65/symtab.c Log Message: ----------- Merge pull request #2354 from acqn/Diagnostics [cc65] Improved diagnosis Compare: https://github.com/cc65/cc65/compare/998dfd6fa706...bea2e8621038 |