Skip to content
Success

Changes

Summary

  1. Moved toString and toCString to a new header. Updated includes. cassert was somehow getting instances of toString before but that stopped working so I embedded the new smaller include. (details)
  2. Looks like we missed one of the ast 'should be in every derived class' declarations. (details)
  3. formatting, add new waituntil grammar, rewrite waitfor grammar, simplify waitfor build-routines to match new grammar (details)
  4. deprecated qualifiers/specifiers before TYPEDEF (details)
  5. forgot to add to last commit (details)
Commit 9feb34b1fca12748b7d48737024da48e342f5c07 by ajbeach
Moved toString and toCString to a new header. Updated includes. cassert was somehow getting instances of toString before but that stopped working so I embedded the new smaller include.
The file was modifiedsrc/ResolvExpr/Resolver.cc
The file was modifiedsrc/SynTree/Type.h
The file was modifiedsrc/Common/module.mk
The file was modifiedsrc/GenPoly/LvalueNew.cpp
The file was modifiedsrc/Common/DeclStats.cpp
The file was modifiedsrc/InitTweak/FixInitNew.cpp
The file was modifiedsrc/GenPoly/Box.cc
The file was modifiedsrc/Validate/ForallPointerDecay.cpp
The file was addedsrc/Common/ToString.hpp
The file was modifiedsrc/SymTab/ValidateType.cc
The file was modifiedsrc/ControlStruct/MLEMutator.cc
The file was modifiedsrc/Common/utility.h
The file was modifiedsrc/Parser/parser.yy
The file was modifiedsrc/ControlStruct/ExceptDeclNew.cpp
The file was modifiedsrc/Common/ResolvProtoDump.cpp
The file was modifiedsrc/Validate/HoistStruct.cpp
The file was modifiedsrc/InitTweak/GenInit.cc
The file was modifiedsrc/Validate/HandleAttributes.cc
The file was modifiedsrc/Validate/FixQualifiedTypes.cpp
The file was modifiedsrc/GenPoly/Lvalue.cc
The file was modifiedsrc/include/cassert
The file was modifiedsrc/SymTab/Validate.cc
The file was modifiedsrc/InitTweak/FixInit.cc
The file was modifiedsrc/SymTab/Mangler.cc
The file was modifiedsrc/CodeGen/CodeGenerator.cc
The file was modifiedsrc/SymTab/FixFunction.cc
The file was modifiedsrc/ResolvExpr/Candidate.cpp
The file was modifiedsrc/SynTree/Type.cc
Commit afdb74b47df46baca69fdd94ae046d3d0dbcfee1 by ajbeach
Looks like we missed one of the ast 'should be in every derived class' declarations.
The file was modifiedsrc/AST/ParseNode.hpp
Commit 9fd9d01543f319adc37ab11817b20515dcb04170 by Peter Buhr
formatting, add new waituntil grammar, rewrite waitfor grammar, simplify waitfor build-routines to match new grammar
The file was modifiedsrc/Parser/StatementNode.cc
The file was modifiedsrc/Parser/ParseNode.h
The file was modifiedsrc/Parser/lex.ll
The file was modifiedsrc/Parser/parser.yy
Commit ac235a85d3e8213c643b3a016412570dcf411947 by Peter Buhr
deprecated qualifiers/specifiers before TYPEDEF
The file was modifiedsrc/Parser/parser.yy
Commit ff443e5061e6b00bf67347ff9992bca544a71f29 by Peter Buhr
forgot to add to last commit
The file was modifiedlibcfa/src/concurrency/pthread.cfa