Ignore:
Timestamp:
Sep 15, 2016, 3:49:22 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
3c13c03
Parents:
4ab9536 (diff), fc4a0fa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into tuples

Conflicts:

src/Parser/parser.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/parser.cc

    r4ab9536 r12bc63a  
    67586758/* Line 1806 of yacc.c  */
    67596759#line 1367 "parser.yy"
    6760     { (yyval.decl) = DeclarationNode::newModifier( DeclarationNode::Long ); }
     6760    { (yyval.decl) = DeclarationNode::newLength( DeclarationNode::Long ); }
    67616761    break;
    67626762
     
    67656765/* Line 1806 of yacc.c  */
    67666766#line 1369 "parser.yy"
    6767     { (yyval.decl) = DeclarationNode::newModifier( DeclarationNode::Short ); }
     6767    { (yyval.decl) = DeclarationNode::newLength( DeclarationNode::Short ); }
    67686768    break;
    67696769
     
    67726772/* Line 1806 of yacc.c  */
    67736773#line 1371 "parser.yy"
    6774     { (yyval.decl) = DeclarationNode::newModifier( DeclarationNode::Signed ); }
     6774    { (yyval.decl) = DeclarationNode::newSignedNess( DeclarationNode::Signed ); }
    67756775    break;
    67766776
     
    67796779/* Line 1806 of yacc.c  */
    67806780#line 1373 "parser.yy"
    6781     { (yyval.decl) = DeclarationNode::newModifier( DeclarationNode::Unsigned ); }
     6781    { (yyval.decl) = DeclarationNode::newSignedNess( DeclarationNode::Unsigned ); }
    67826782    break;
    67836783
     
    68006800/* Line 1806 of yacc.c  */
    68016801#line 1379 "parser.yy"
    6802     { (yyval.decl) = DeclarationNode::newBasicType( DeclarationNode::Complex ); }
     6802    { (yyval.decl) = DeclarationNode::newComplexType( DeclarationNode::Complex ); }
    68036803    break;
    68046804
     
    68076807/* Line 1806 of yacc.c  */
    68086808#line 1381 "parser.yy"
    6809     { (yyval.decl) = DeclarationNode::newBasicType( DeclarationNode::Imaginary ); }
     6809    { (yyval.decl) = DeclarationNode::newComplexType( DeclarationNode::Imaginary ); }
    68106810    break;
    68116811
     
    75587558/* Line 1806 of yacc.c  */
    75597559#line 1853 "parser.yy"
    7560     { (yyval.tclass) = DeclarationNode::Type; }
     7560    { (yyval.tclass) = DeclarationNode::Otype; }
    75617561    break;
    75627562
Note: See TracChangeset for help on using the changeset viewer.