# # ChangeLog for src/CodeGen/Options.h # # Generated by Trac 1.2.1 # May 10, 2024, 3:03:00 AM Thu, 02 May 2019 17:57:05 GMT Andrew Beach [76f7fc7] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/Options.h (modified) * src/SynTree/Declaration.h (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/functions.x64.txt (modified) Reduced cases where unused is placed on anonymous objects. ... Wed, 01 May 2019 21:01:29 GMT Andrew Beach [da09ba1] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/Options.h (modified) __attribute__((unused)) on nameless parameters. Wed, 01 May 2019 19:32:10 GMT Andrew Beach [42a36d9] * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/CodeGenerator.h (modified) * src/CodeGen/GenType.cc (modified) * src/CodeGen/GenType.h (modified) * src/CodeGen/Options.h (added) Created CodeGen::Options which hold some flags for code generation.