Ignore:
Timestamp:
May 2, 2019, 1:57:05 PM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
62ce290
Parents:
3e96559
Message:

Reduced cases where unused is placed on anonymous objects. Regenerated tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/Options.h

    r3e96559 r76f7fc7  
    1010// Created On       : Tue Apr 30 11:36:00 2019
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed May  1 15:52:00 2019
    13 // Update Count     : 1
     12// Last Modified On : Thr May  2 10:45:00 2019
     13// Update Count     : 2
    1414//
    1515
     
    2525
    2626                // Internal Options: Changed on some recurisive calls.
    27                 bool inParameterList = false;
     27                bool anonymousUnused = false;
    2828
    2929                Options(bool pretty, bool genC, bool lineMarks, bool printExprTypes) :
Note: See TracChangeset for help on using the changeset viewer.