# # ChangeLog for / # # Generated by Trac 1.2.1 # May 3, 2024, 7:17:46 AM Fri, 10 May 2019 19:00:46 GMT Thierry Delisle [2a5e8a6] * src/AST/Attribute.cpp (added) * src/AST/Attribute.hpp (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 10 May 2019 19:00:41 GMT Thierry Delisle [e0115286] * src/AST/Decl.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Init.hpp (modified) * src/AST/Label.hpp (modified) * src/AST/ParseNode.hpp (modified) * src/AST/Stmt.hpp (modified) * src/AST/Type.hpp (modified) Fix a cyclic dependency with ptr and nodes Fri, 10 May 2019 18:57:39 GMT Aaron Moss [7e89526] * src/AST/Attribute.cpp (added) * src/AST/Attribute.hpp (added) Add Attribute to new AST Fri, 10 May 2019 18:49:18 GMT Thierry Delisle [1f93c2c] * src/SynTree/Declaration.h (modified) Made some more fields prublic in order to ease conversion Fri, 10 May 2019 18:48:09 GMT Thierry Delisle [37e3af4] * src/Common/PassVisitor.impl.h (modified) * src/Common/PassVisitor.proto.h (modified) Check that no-one returns null from mutate and prevent macro from leaking Fri, 10 May 2019 18:47:32 GMT Thierry Delisle [04124c4] * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) More comments and naming conventions fix Fri, 10 May 2019 18:46:27 GMT Thierry Delisle [7f3f63c] * src/AST/FunctionSpec.hpp (modified) * src/AST/LinkageSpec.hpp (modified) * src/AST/StorageClasses.hpp (modified) Unions now correctly use bitfields from previous commit Fri, 10 May 2019 18:45:41 GMT Thierry Delisle [b96d7c1] * src/AST/Bitfield.hpp (modified) Made bitfield a template rather than an macro