source: src/Parser

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3d937e2   18 months pabuhr remove warnings for incorrect usage of SuperfluousElse? and … ADTast-experimental
(edit) @be00a2d   18 months pabuhr change BadQualifiersZeroOne? warning from dubious print of specified … ADTast-experimental
(edit) @bf20567   18 months pabuhr generate error for empty mutex argument list ADTast-experimental
(edit) @1a73dbb   18 months pabuhr parser rejects useless type qualifier in empty declaration, and extern … ADTast-experimental
(edit) @dc3c9b1   18 months pabuhr formatting ADTast-experimental
(edit) @78e2fca   18 months pabuhr copy typedef name to SUE name for anonymous SUE ADTast-experimental
(edit) @9a533ba   18 months ajbeach Remove the unused DeclarationNode::Attr_t type and support. ADTast-experimental
(edit) @2d37a788   18 months pabuhr print enumeration type-name in print member ADTast-experimental
(edit) @9a380e1a   18 months pabuhr formatting ADTast-experimental
(edit) @44a0ca2   18 months pabuhr formatting ADTast-experimental
(edit) @0bcd707   18 months pabuhr make CV qualifiers on empty SUE declaration an error, gcc only has a … ADTast-experimental
(edit) @692c1cc   18 months pabuhr update printing attributes, clean up anon flag setting, move attribute … ADTast-experimental
(edit) @1c80f20   18 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @4b60b28   18 months ajbeach Moved parser utility from common utility file to the parserutility file. ADTast-experimental
(edit) @f2f595d7   18 months ajbeach RunParser? now uses AST for its interface everywhere. (Works because … ADTast-experimental
(edit) @07e3652   18 months pabuhr formatting, minor expression restructuring ADTast-experimental
(edit) @f7c41d4   18 months pabuhr formatting ADTast-experimental
(edit) @8fa77eb   19 months pabuhr fix documentation ADTast-experimental
(edit) @8a97248   19 months pabuhr switch from old trait syntax to new trait syntax using forall clause ADTast-experimental
(edit) @7a24d76   19 months pabuhr simply grammar for forall with trait ADTast-experimental
(edit) @0f15e3b   19 months pabuhr add alternate syntax using forall with trait ADTast-experimental
(edit) @a5f9444   19 months pabuhr change 0 to nullptr ADTast-experimental
(edit) @79a6b17   19 months pabuhr print better error message when semi-colon missing after aggregate ADTast-experimental
(edit) @ad861ef   19 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @466787a   19 months pabuhr add keyword waituntil, add parsing stub for static declarations in … ADTast-experimental
(edit) @8bb86ce   19 months j82liang Clean up some code related to Enum codegen ADTast-experimental
(edit) @64b3cda   20 months ajbeach Adjusted -Pasterr so it works while using the new ast. Removed the … ADTast-experimental
(edit) @019b2d3   20 months ajbeach Moved new to old ast conversion up into the RunParser? module. As far … ADTast-experimental
(edit) @cbd1ba8   20 months ajbeach Moved parsing code out of main into the parsing directly, as an … ADTast-experimental
(edit) @e1d66c84   21 months ajbeach Clean-up from my investigation on the anonymous issue. The parser … ADTast-experimental
(edit) @d41735a   21 months pabuhr parse CFA dimension-list with types ADTast-experimental
(edit) @910e1d0   21 months pabuhr parse enumerated dimension ADTast-experimental
(edit) @e4d7c1c   21 months j82liang Implement enum Hiding ADTast-experimental
(edit) @71806e0   21 months j82liang Rename InlineValueDecl? to InlineMemberDecl? ADTast-experimental
(edit) @7cf8006   22 months pabuhr add type to enum hiding productions ADTast-experimental
(edit) @c7f12a4   22 months pabuhr parse enum hiding ADTast-experimental
(edit) @93d2219   22 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @e874605   22 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as … ADTast-experimental
(edit) @d191e24   22 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @82ff4ed1   22 months pabuhr fix bug printing semantic error in buildList ADTast-experimental
(edit) @c2b3243   22 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimental
(edit) @5408b59   22 months j82liang Remove var in QualifiedNameExpr? ADTast-experimental
(edit) @1e30df7   22 months j82liang Supports inline enums ADTast-experimental
(edit) @4678c1ec   22 months pabuhr check for non-homogeneous nodes in buildList processing ADTast-experimental
(edit) @59c7e3e   22 months pabuhr parge va_arg as special case function ADTast-experimental
(edit) @b2ddaf3   23 months pabuhr fix parsing bug for attribute at the end of a distribution list ADTast-experimental
(edit) @996c8ed   23 months pabuhr add better syntax error-messages for certain cases ADTast-experimental
(edit) @0bd46fd   2 years Thierry Delisle Fixed several warnings ADTast-experimentalpthread-emulation
(edit) @dc56b9d   2 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalpthread-emulation
(edit) @79ae13d   2 years pabuhr remove unknown #pragma -Wnull-conversion ADTast-experimentalpthread-emulation
(edit) @4520b77e   2 years j82liang Merge to Master Sept 19 ADTast-experimentalpthread-emulation
(edit) @12df6fe   2 years j82liang Fix an enumerator value bug; add basic tests for new features; save … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @09f34a84   2 years Thierry Delisle Remove some of the warnings on the new clang ADTast-experimentalpthread-emulation
(edit) @b0d9ff7   2 years j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @ed9a1ae   2 years Thierry Delisle Cfa now distinguishes between thread and _Thread_local. ADTast-experimentalpthread-emulation
(edit) @4858a88   2 years pabuhr lex thread ADTast-experimentalpthread-emulation
(edit) @aa122e9   2 years pabuhr fix typo in last push ADTast-experimentalpthread-emulation
(edit) @51fbba5   2 years pabuhr add empty loop-index to for control ADTast-experimentalpthread-emulation
(edit) @4fee301   2 years pabuhr update compiler error messages for-loop control ADTast-experimentalpthread-emulation
(edit) @dbedd71   2 years pabuhr update for-control with corrected @ usage for negative range ADTast-experimentalpthread-emulation
(edit) @52be5948   2 years pabuhr update for-control with more error messages ADTast-experimentalpthread-emulation
(edit) @d78c238   2 years pabuhr update for-control with explicit type declarations ADTast-experimentalpthread-emulation
(edit) @66406f3   2 years pabuhr update debug printing ADTast-experimentalpthread-emulation
(edit) @4e2befe3   2 years 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
(edit) @ae2f2ae   2 years Thierry Delisle Removed and ignored some warnings in Parser. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @c5d5723   2 years Thierry Delisle Disabled null conversion warning in lexer. ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @d8454b9   2 years pabuhr add better error message for attributes after "with" clause, commented … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @86b8d16   2 years pabuhr formatting, remove for/else shift/reduce conflict ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @6825167   2 years caparson fixed loop else parse bug ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @5695645   2 years pabuhr print warning for empty loop conditional with an else clause ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @9e7236f4   2 years j82liang Resolution of struct enum. The codegen of struct enum will be in the … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @374cb117   2 years j82liang Replace the interface for EnumDecl? node construction to support … ADTast-experimentalpthread-emulationqualifiedEnum
(edit) @92538ab   2 years j82liang Resolve conflict ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f238fcc2   2 years j82liang Enable numeric type for typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @d824715   2 years pabuhr support reverse array subscript, 3[a] => a[3], 3abc? => "abc"[3] ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @f135b50   2 years j82liang The compiler is now trying to pass the value of enum const to code … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @afe9e45   2 years pabuhr add more detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @5c216b4   2 years pabuhr add detailed syntax-error messages ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @a77713b   3 years j82liang Enable typed enum ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @aac37fa   3 years pabuhr remove SemanticError? for "else" extension, support extern "..." for … ADTast-experimentalenumpthread-emulationqualifiedEnum
(edit) @6180274   3 years pabuhr more cleanup, make more function parameters const, remove more std:: ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @4e7171f   3 years pabuhr more cleanup of build_* functions, make init parameter const for … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @436bbe5   3 years pabuhr remove unnecessary std:: qualification, clean up build_* functions, … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @3b0bc16   3 years pabuhr change class name WhileStmt? to WhileDoStmt?, add else clause to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @473d1da0   3 years pabuhr rename "if control" to "conditional control" ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @efc8f3e   3 years pabuhr change loop default-block for while/do/for to Python style ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @a73c16e   3 years pabuhr parse loop default-block for while/do/for ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @05c941a   3 years pabuhr change mutex expression syntax from mutex@ to mutex(), add rule to … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @e16eb460   3 years pabuhr further restrict locations where @ occurs, remove empty argument list … ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @63b3279   3 years pabuhr add C++-style constructor initialization, T t{3,4} versus T t = {3,4} ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum
(edit) @8a1d95af   3 years pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @c99a0d1   3 years pabuhr attempt to add for-control index constraints, but failed on enums, … ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationpthread-emulationqualifiedEnum
(edit) @de52331   3 years caparson some more files related to mutex stmt ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @6cebfef   3 years caparson added mutex stmt monitor ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @ea54f1e   3 years pabuhr formatting ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @8f6f3729   3 years pabuhr change typedef_name to type_name for non-terminal vtable ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @0c730d9   3 years y58xue Translate exception declarations ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @9f77301   3 years pabuhr formatting ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
(edit) @93bbbc4   3 years pabuhr update parser for vtable declarations ADTast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Note: See TracRevisionLog for help on using the revision log.