source: src/Parser

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @65ef0cd   12 months pabuhr fix comments
(edit) @a983cbf   12 months pabuhr fix bug in gcc conditional expression by cloning omitted operand
(edit) @b38f6da   12 months pabuhr update conflicting type-specifier error-messages
(edit) @62d62db   12 months caparson Merge branch 'master' into ast-experimental ast-experimental
(edit) @24d6572   12 months f37yu Merge branch 'master' into ast-experimental ast-experimental
(edit) @0442f93f   12 months pabuhr update comments for special invalid syntax rules ast-experimental
(edit) @01fac29   12 months pabuhr lex _static_assert from C23 ast-experimental
(edit) @55266c7   12 months pabuhr harmonize semantic error messages with yacc error messages ast-experimental
(edit) @8c25760   14 months pabuhr put keywords in alphabetic order in lex.ll ADTast-experimental
(edit) @46da46b   14 months f37yu current progress ast-experimental
(edit) @6e1e2d0   14 months caparson resolved merge conflicts ADTast-experimental
(edit) @c86b08d   14 months caparson added support for the waituntil statement in the compiler ADTast-experimental
(edit) @04c78215   14 months pabuhr change waituntil expression from cast_expression to comma_expression ADTast-experimental
(edit) @45e753c   14 months ajbeach Clean-up in DeclarationNode?.cc. Made all buildList loops the same. The … ADTast-experimental
(edit) @028e512   14 months ajbeach Cleaned up some DeclarationNode? code that had some extra code no … ADTast-experimental
(edit) @66b6f66   14 months ajbeach Cleaned up some indentation in DeclarationNode?.h. ADTast-experimental
(edit) @32d6fdc   14 months ajbeach Clean-up in the parser %union. ADTast-experimental
(edit) @5541a44e   14 months ajbeach Missed some uses of the new parser helpers. ADTast-experimental
(edit) @6611177   14 months ajbeach Clean-up in parser. ClauseNode? rework, plus internal adjustments to … ADTast-experimental
(edit) @c468150   15 months ajbeach Split up ParseNode?.h so that headers match implementation. May have a … ADTast-experimental
(edit) @835d6e8   15 months ajbeach ast::SuspendStmt::Type -> ::Kind, this fits the new convention where … ADTast-experimental
(edit) @3e94a23   15 months ajbeach More use of the new AST named boolean types. ADTast-experimental
(edit) @bb7422a   15 months ajbeach Translated parser to the new ast. This incuded a small fix in the … ADTast-experimental
(edit) @70056ed   15 months pabuhr clean up waituntil grammar ADTast-experimental
(edit) @ac235a8   15 months pabuhr deprecated qualifiers/specifiers before TYPEDEF ADTast-experimental
(edit) @9fd9d015   15 months pabuhr formatting, add new waituntil grammar, rewrite waitfor grammar, … ADTast-experimental
(edit) @9feb34b   15 months ajbeach Moved toString and toCString to a new header. Updated includes. … ADTast-experimental
(edit) @d63aeba   15 months pabuhr print unimplemented error for forall in typedef ADTast-experimental
(edit) @1f771fc   15 months mganesan Removed list initialization and simple assignment expression rules for … ADTast-experimental
(edit) @52a2248   15 months ajbeach This should get some of the Parser changes working on older compilers. ADTast-experimental
(edit) @0d0931d   15 months ajbeach Removing some indent changes in parser. These can go in later, but … ADTast-experimental
(edit) @9fa61f5   15 months pabuhr remove unnecessary code, add action to not duplicate aggregate (work … ADTast-experimental
(edit) @15596d7   15 months pabuhr small formatting changes after Andrew's major updates ADTast-experimental
(edit) @1cdc052   15 months ajbeach Preventing NullStmts? from being added into ForCtrl? ended up being a … ADTast-experimental
(edit) @702e826   15 months ajbeach Pre-translation pass on the parser. Entirely code readability … ADTast-experimental
(edit) @3d937e2   16 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   16 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   16 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   16 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   16 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   16 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @9a533ba   16 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
(edit) @2d37a788   16 months pabuhr print enumeration type-name in print member ADTast-experimental
(edit) @9a380e1a   16 months pabuhr formatting ADTast-experimental
(edit) @44a0ca2   16 months pabuhr formatting ADTast-experimental
(edit) @0bcd707   16 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @692c1cc   16 months pabuhr update printing attributes, clean up anon flag setting, move attribute … ADTast-experimental
(edit) @1c80f20   16 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4b60b28   16 months ajbeach Moved parser utility from common utility file to the parserutility file. ADTast-experimental
(edit) @f2f595d7   16 months ajbeach RunParser? now uses AST for its interface everywhere. (Works because … ADTast-experimental
(edit) @07e3652   16 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @f7c41d4   16 months pabuhr formatting ADTast-experimental
(edit) @8fa77eb   17 months pabuhr fix documentation ADTast-experimental
(edit) @8a97248   17 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @7a24d76   17 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @0f15e3b   17 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   17 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   17 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @ad861ef   17 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   17 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @8bb86ce   17 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @64b3cda   18 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   18 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @cbd1ba8   18 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @e1d66c84   19 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @d41735a   19 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   19 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @e4d7c1c   19 months j82liang Implement enum Hiding ADTast-experimental
(edit) @71806e0   19 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @7cf8006   20 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @c7f12a4   20 months pabuhr parse enum hiding ADTast-experimental
(edit) @93d2219   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   20 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @d191e24   20 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @82ff4ed1   20 months pabuhr fix bug printing semantic error in buildList ADTast-experimental
(edit) @c2b3243   20 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   20 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   20 months j82liang Supports inline enums ADTast-experimental
(edit) @4678c1ec   20 months pabuhr check for non-homogeneous nodes in buildList processing ADTast-experimental
(edit) @59c7e3e   20 months pabuhr parge va_arg as special case function ADTast-experimental
(edit) @b2ddaf3   21 months pabuhr fix parsing bug for attribute at the end of a distribution list ADTast-experimental
(edit) @996c8ed   21 months pabuhr add better syntax error-messages for certain cases ADTast-experimental
(edit) @0bd46fd   21 months Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @dc56b9d   21 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @79ae13d   21 months pabuhr remove unknown #pragma -Wnull-conversion ADTast-experimentalpthread-emulation
(edit) @4520b77e   21 months j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @12df6fe   21 months j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @09f34a84   21 months Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   22 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   22 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @4858a88   22 months pabuhr lex thread ADTast-experimentalpthread-emulation
(edit) @aa122e9   22 months pabuhr fix typo in last push ADTast-experimentalpthread-emulation
(edit) @51fbba5   22 months pabuhr add empty loop-index to for control ADTast-experimentalpthread-emulation
(edit) @4fee301   22 months pabuhr update compiler error messages for-loop control ADTast-experimentalpthread-emulation
(edit) @dbedd71   22 months pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
(edit) @52be5948   23 months pabuhr update for-control with more error messages ADTast-experimentalpthread-emulation
(edit) @d78c238   23 months pabuhr update for-control with explicit type declarations ADTast-experimentalpthread-emulation
(edit) @66406f3   23 months pabuhr update debug printing ADTast-experimentalpthread-emulation
(edit) @4e2befe3   23 months j82liang add build_qualified_expr ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @7991c7d   2 years pabuhr change enumerator_value_opt to only parse constant_expression ADTast-experimentalpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.