Ignore:
Timestamp:
Dec 3, 2014, 3:08:38 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
d9a0e76
Parents:
42dcae7
Message:

underscore changes, ptrdiff_t changes, formating, _Bool prelude

Location:
translator/Tests/Syntax
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • translator/Tests/Syntax/CharStringConstants.c

    r42dcae7 r3848e0e  
    1616    '\v';
    1717    '\'';
    18     '\"'; //"
     18    '\"';
    1919    '\?';
    2020    '\\';
    2121
    2222    '\0';                               // octal escape
     23
    2324    '\377';
    2425
     
    7374    "_\xff_";
    7475    "\xf_f";
    75     "\xff_ff";
    7676
    7777// warnings/errors
    7878
     79    "\xff_ff";
    7980    "\xfff";                            // hex escape out of range
    8081    "a\xff34w";
    8182    "\xffff";
    8283}
     84
     85// Local Variables: //
     86// compile-command: "../../../bin/cfa -std=c99 CharStringConstants.c" //
     87// End: //
  • translator/Tests/Syntax/NumericConstants.c

    r42dcae7 r3848e0e  
    4949    0x_1.ffff_ffff_p_128_l;
    5050}
     51
     52// Local Variables: //
     53// compile-command: "../../../bin/cfa -std=c99 NumericConstants.c" //
     54// End: //
Note: See TracChangeset for help on using the changeset viewer.