source: src/AST/Decl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90be0cf   11 months ajbeach Moved some methods out of EnumDecl. These were calculations and the …
(edit) @8c55d34   15 months ajbeach Fixed spelling mistake. (I'm 99% sure.)
(edit) @f8f298c   15 months j82liang replace decl->base with isTyped()
(edit) @5ccc733   15 months j82liang Fix the bug that C style enum cannot to use as an lvalue
(edit) @85855b0   15 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @c92bdcc   16 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @af746cc   17 months j82liang Reimplement the resolution of Enum instance type
(edit) @4c2fe47   21 months pabuhr formatting
(edit) @c7f9f53   22 months ajbeach Moved include from Decl header. Removed some old ast code from the Parser.
(edit) @37273c8   22 months ajbeach Removed the old-ast-compatable FunctionDecl constructor. However, …
(edit) @c36a419   22 months ajbeach Removed Decl::fromId as it was unused. There are a few places that use …
(edit) @97b47ec   2 years ajbeach The 'sized' trait is now implemented on top of 'T *' declarations and …
(edit) @8f557161   2 years mlbrooks Clarify and fix accuracy in eval public API, on reporting "unable to …
(edit) @3e94a23   2 years ajbeach More use of the new AST named boolean types. ADT ast-experimental
(edit) @8f06277   3 years ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations … ADT ast-experimental
(edit) @93c10de   3 years ajbeach Minimal changes to pull out nested types, TypeInstType::TypeEnvKey and … ADT ast-experimental
(edit) @b859f59   3 years ajbeach Reordered fields in FunctionDecl and removed some trailing white-space. ADT ast-experimental
(edit) @7edd5c1   3 years ajbeach Assorted fixes to the AST, found while I was trying to add more … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @92538ab   3 years j82liang Resolve conflict ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @b230091   3 years ajbeach Added a 'missing' TypeInstType constructor and rewrote some calls to … ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @3e54399   4 years j82liang The compiler now will add a cast to base type for the usage of type … ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @f135b50   4 years j82liang The compiler is now trying to pass the value of enum const to code … ADT ast-experimental enum pthread-emulation qualifiedEnum
(edit) @7d7ef6f   4 years ajbeach Revereted some changes and added a fix to get around the current issue … ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @9490621   4 years ajbeach My work in progress implementation of ForallPointerDecay for Fangren. ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @a4a6802   4 years f37yu fill in FunctionType assertions early ADT ast-experimental enum forall-pointer-decay pthread-emulation qualifiedEnum
(edit) @6e50a6b   4 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former … ADT ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @20207c0   5 years pabuhr fix old AST error printing for new kinds of types ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @b66d14a   5 years pabuhr add new type kinds DStype and ALtype ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @3e5dd913   5 years f37yu reimplement function type and eliminate deep copy ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @490fb92e   5 years f37yu move FixInit to new ast ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @7030dab   5 years Thierry Delisle Merge branch 'master' into new-ast ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @07de76b   6 years pabuhr remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @312029a   6 years pabuhr move enum Aggregate from DeclarationNode to AggregateDecl, add … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @e0e9a0b   6 years a3moss Somewhat deeper clone for types with forall qualifiers. * Added … ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @d76c588   6 years a3moss Stubs for new resolver, implementation of new indexer, type environment ADT arm-eh ast-experimental enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @9d6e7fa9   6 years Thierry Delisle Fixed missing or incorrect stubs in decl/InitTweak ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @733074e   6 years Thierry Delisle Removed stub for toString by moving to a more precise Stub ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @87701b6   6 years Thierry Delisle Tentative fix for increment/decrement and implented a few more visits ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @8a5530c   6 years Thierry Delisle Fixed FunctionType cast, fixed maybe_accept, implemented statement … ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @360b2e13   6 years a3moss Add TypeDecl to new AST ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(edit) @a300e4a   6 years a3moss Add some decls to the new AST ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
(add) @2bb4a01   6 years a3moss Start on new AST ADT arm-eh ast-experimental cleanup-dtors enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.