source: src/Parser/parser.yy

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @d9bad51   19 months ajbeach Fixed memory leak in the parser.
(edit) @67467a3   19 months ajbeach Fused TypeData::Enum and TypeData::Aggregate, an enumeration is a kind …
(edit) @42422fb   20 months pabuhr more reorganized enum_type rule in parser
(edit) @30aab55   20 months pabuhr reorganized enum_type rule in parser and add missing call to makeTypedef
(edit) @446740a   20 months pabuhr update for-control for iterating over enumeration type
(edit) @e048ece   20 months ajbeach Moved the DeclarationNode enums over to TypeData where they are …
(edit) @b93c544   20 months ajbeach Removed casts no longer needed on the result of set_last.
(edit) @6cef439   20 months ajbeach Return 'TypeData *' from some parse rules. Moved TypeData construction …
(edit) @7e13b11   20 months pabuhr documentations, support CFA declaration syntax in sizeof/alignof
(edit) @44adf1b   20 months ajbeach Removed casts around get_next (also replaced with direct field access) …
(edit) @647e2ea   20 months pabuhr try @@(...) for attributes, rename and reorder grammar rules, remove …
(edit) @dc3fbe5   20 months ajbeach Factored out the ParseNode's next field into a new child type. This is …
(edit) @a4da45e   20 months j82liang Resolve conflict
(edit) @0522ebe   20 months j82liang Add EnumPosType to type system
(edit) @46aa60e   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @4eb3a7c5   20 months pabuhr first attempt at correct distribution of attributes for aggregates
(edit) @2beaf9b   20 months ajbeach Forgot to update comments from the last commit.
(edit) @2810700   20 months ajbeach The two argument form of the conditional operator now only has two …
(edit) @5bf685f   21 months ajbeach Replayed maybeClone with maybeCopy, removed unused helppers in …
(edit) @b1f2007d   23 months pabuhr first attempt at simplifying SemanticError and its usage
(edit) @c6b4432   2 years ajbeach Remove BaseSyntaxNode and clean-up.
(edit) @3d9d017   2 years caparson added cofor implementation
(edit) @36e6f10   2 years ajbeach Parser now uses constants from the new ast types.
(edit) @eb779d5   2 years caparson Implemented corun statement
(edit) @11ab0b4a   2 years pabuhr add corun/cofor statement, update old cofor
(edit) @0ac8d07   2 years pabuhr remove empty rule in cfa_abstract_parameter_declaration to remove conflicts
(edit) @2a301ff   2 years j82liang Resolve conflict
(edit) @92355883   2 years j82liang Array can use enum instance with explicit initializer as designator. …
(edit) @f259682   2 years pabuhr remove timeout clause from waituntil statement
(edit) @c25f16b   2 years ajbeach Repeat "remove push/pop from KR_parameter_list and …
(edit) @402a1e7   2 years ajbeach Revert "remove push/pop from KR_parameter_list and …
(edit) @09e400e   2 years pabuhr remove push/pop from KR_parameter_list and typedef_declaration
(edit) @71a422a   2 years pabuhr add additional debug printing, remove push/pop associated with …
(edit) @d7874052   2 years pabuhr print proper error for hiding enumerator names of an anonymous …
(edit) @65ef0cd   2 years pabuhr fix comments
(edit) @c84dd61   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0b0a285   2 years j82liang Basic change for enable enumerated array syntax
(edit) @a983cbf   2 years pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @62d62db   2 years caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   2 years f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @8a930c03   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @0442f93f   2 years pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @55266c7   2 years pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @3982384   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @46da46b   2 years f37yu current progress ast-experimental
(edit) @6e1e2d0   2 years caparson resolved merge conflicts ADT ast-experimental
(edit) @c86b08d   2 years caparson added support for the waituntil statement in the compiler ADT ast-experimental
(edit) @6e4c44d   2 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @04c78215   2 years pabuhr change waituntil expression from cast_expression to comma_expression ADT ast-experimental
(edit) @b110bcc   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @32d6fdc   3 years ajbeach Clean-up in the parser %union. ADT ast-experimental
(edit) @6611177   3 years ajbeach Clean-up in parser. ClauseNode rework, plus internal adjustments to … ADT ast-experimental
(edit) @c468150   3 years ajbeach Split up ParseNode.h so that headers match implementation. May have a … ADT ast-experimental
(edit) @bb7422a   3 years ajbeach Translated parser to the new ast. This incuded a small fix in the … ADT ast-experimental
(edit) @70056ed   3 years pabuhr clean up waituntil grammar ADT ast-experimental
(edit) @ac235a8   3 years pabuhr deprecated qualifiers/specifiers before TYPEDEF ADT ast-experimental
(edit) @9fd9d015   3 years pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADT ast-experimental
(edit) @9feb34b   3 years ajbeach Moved toString and toCString to a new header. Updated includes. … ADT ast-experimental
(edit) @d63aeba   3 years pabuhr print unimplemented error for forall in typedef ADT ast-experimental
(edit) @1f771fc   3 years mganesan Removed list initialization and simple assignment expression rules for … ADT ast-experimental
(edit) @9fa61f5   3 years pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADT ast-experimental
(edit) @1cdc052   3 years ajbeach Preventing NullStmts from being added into ForCtrl ended up being a … ADT ast-experimental
(edit) @702e826   3 years ajbeach Pre-translation pass on the parser. Entirely code readability … ADT ast-experimental
(edit) @3d937e2   3 years pabuhr remove warnings for incorrect usage of SuperfluousElse and … ADT ast-experimental
(edit) @bf20567   3 years pabuhr generate error for empty mutex argument list ADT ast-experimental
(edit) @1a73dbb   3 years pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADT ast-experimental
(edit) @0bcd707   3 years pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADT ast-experimental
(edit) @07e3652   3 years pabuhr formatting, minor expression restructuring ADT ast-experimental
(edit) @2ed94a9   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT
(edit) @997185e   3 years j82liang Save parser change for git pull ADT
(edit) @8a97248   3 years pabuhr switch from old trait syntax to new trait syntax using forall clause ADT ast-experimental
(edit) @7a24d76   3 years pabuhr simply grammar for forall with trait ADT ast-experimental
(edit) @0f15e3b   3 years pabuhr add alternate syntax using forall with trait ADT ast-experimental
(edit) @a5f9444   3 years pabuhr change 0 to nullptr ADT ast-experimental
(edit) @79a6b17   3 years pabuhr print better error message when semi-colon missing after aggregate ADT ast-experimental
(edit) @466787a   3 years pabuhr add keyword waituntil, add parsing stub for static declarations in … ADT ast-experimental
(edit) @e1d66c84   3 years ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADT ast-experimental
(edit) @d41735a   3 years pabuhr parse CFA dimension-list with types ADT ast-experimental
(edit) @910e1d0   3 years pabuhr parse enumerated dimension ADT ast-experimental
(edit) @e4d7c1c   3 years j82liang Implement enum Hiding ADT ast-experimental
(edit) @7cf8006   3 years pabuhr add type to enum hiding productions ADT ast-experimental
(edit) @c7f12a4   3 years pabuhr parse enum hiding ADT ast-experimental
(edit) @c2b3243   3 years j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADT ast-experimental
(edit) @1e30df7   3 years j82liang Supports inline enums ADT ast-experimental
(edit) @59c7e3e   3 years pabuhr parge va_arg as special case function ADT ast-experimental
(edit) @b2ddaf3   3 years pabuhr fix parsing bug for attribute at the end of a distribution list ADT ast-experimental
(edit) @996c8ed   3 years pabuhr add better syntax error-messages for certain cases ADT ast-experimental
(edit) @0bd46fd   3 years Thierry Delisle Fixed several warnings ADT ast-experimental pthread-emulation
(edit) @4520b77e   3 years j82liang Merge to Master Sept 19 ADT ast-experimental pthread-emulation
(edit) @09f34a84   3 years Thierry Delisle Remove some of the warnings on the new clang ADT ast-experimental pthread-emulation
(edit) @b0d9ff7   3 years j82liang Fix up the QualifiedNameExpr. It should now work on both old AST and … ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @ed9a1ae   3 years Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADT ast-experimental pthread-emulation
(edit) @aa122e9   3 years pabuhr fix typo in last push ADT ast-experimental pthread-emulation
(edit) @51fbba5   3 years pabuhr add empty loop-index to for control ADT ast-experimental pthread-emulation
(edit) @4fee301   3 years pabuhr update compiler error messages for-loop control ADT ast-experimental pthread-emulation
(edit) @dbedd71   3 years pabuhr update for-control with corrected @ usage for negative range ADT ast-experimental pthread-emulation
(edit) @52be5948   3 years pabuhr update for-control with more error messages ADT ast-experimental pthread-emulation
(edit) @d78c238   3 years pabuhr update for-control with explicit type declarations ADT ast-experimental pthread-emulation
(edit) @7991c7d   3 years pabuhr change enumerator_value_opt to only parse constant_expression ADT ast-experimental pthread-emulation qualifiedEnum
(edit) @ae2f2ae   3 years Thierry Delisle Removed and ignored some warnings in Parser. ADT ast-experimental pthread-emulation qualifiedEnum
Note: See TracRevisionLog for help on using the revision log.