Changeset e15853c for src/Concurrency


Ignore:
Timestamp:
Feb 14, 2019, 10:26:59 AM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
70a3e16, 85d44c6
Parents:
e782290
Message:

remove leading underscores in enums for _FloatNN and _Bool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/Concurrency/Waitfor.cc

    re782290 re15853c  
    1111// Last Modified By :
    1212// Last Modified On :
    13 // Update Count     : 6
     13// Update Count     : 7
    1414//
    1515
     
    329329                        new BasicType(
    330330                                noQualifiers,
    331                                 BasicType::_Bool
     331                                BasicType::Bool
    332332                        ),
    333333                        new SingleInit( new ConstantExpr( Constant::from_ulong( 0 ) ) )
Note: See TracChangeset for help on using the changeset viewer.