source: src/Validate/ImplementEnumFunc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90e683b   8 months ajbeach I set out to do a enum rework. It ended up being much the same and I …
(edit) @35cc6d4   9 months mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @ed96731   10 months ajbeach With{Stmts,Decls}ToAdd how has an -X version like WithSymbolTableX. …
(edit) @90be0cf   11 months ajbeach Moved some methods out of EnumDecl. These were calculations and the …
(edit) @63d5b9c8   14 months j82liang Merge changes
(edit) @830edc6   14 months j82liang 1. Add implicit const to enum base type; 2. change auto initializer to …
(edit) @5f210c0   14 months j82liang Change enum pos to signed int to avoid underflow; operator on enum …
(edit) @0c327ce   14 months j82liang 1. Add bound check to Serial function: now compiler generates the …
(edit) @236f133   15 months j82liang Remove quasi_void for enums. The idea of quasi_void from Mike was to …
(edit) @9d5eacb   15 months j82liang Fix the bug with typed anomynous enum got incorrect forward declaration
(edit) @725f777f   15 months j82liang Add attribute functions back after the bug fix
(edit) @bb336a6   15 months j82liang Fixed the problem when enum use another enumerator as initializer
(edit) @c2cf2d0   15 months ajbeach Made string literals constants. Preformed required updates. Resisted …
(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) @5eb3f65   15 months pabuhr change enumeration function names labelE, valueE, posE to label, …
(edit) @85855b0   16 months j82liang 1. Implement enum cast; 2. Change valueE so that opague enum returns …
(edit) @822332e   16 months ajbeach It seems clang uses different scoping rules for the trailing return of …
(edit) @31f4837   17 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @acb33f15   17 months j82liang Change enum conversion steps
(edit) @c92bdcc   17 months ajbeach Updated the rest of the names in src/ (except for the generated files).
(edit) @6d9aa79   17 months j82liang Missing produceDecl in the last commit
(edit) @c333ed2   17 months j82liang Remove intermeidate type (enum attribute type); remove …
(edit) @eb7586e   17 months j82liang 1. Change return value of typed Enum in null context: they now return …
(edit) @7042c60   17 months j82liang resolve conflict
(edit) @cf191ac   17 months j82liang Change enum functions return type
(edit) @fc1a3e2   17 months ajbeach Style update. Focused on indentation and trailing whitespace.
(edit) @19313be5   17 months ajbeach One missing BasicType::Kind -> BasicKind updates.
(edit) @38093ae   17 months j82liang Resolve conflict
(edit) @748c751   17 months j82liang Remove unnecessary implicit enum type conversion
(edit) @7a780ad   17 months ajbeach Moved ast::BasicType::Kind to ast::BasicKind in its own hearder. This …
(edit) @76c7addb   17 months j82liang Fix Enum predecessor
(edit) @dc58e5d   17 months j82liang Small cleanup
(add) @af746cc   17 months j82liang Reimplement the resolution of Enum instance type
Note: See TracRevisionLog for help on using the revision log.