- Timestamp:
 - Feb 23, 2019, 3:06:08 PM (7 years ago)
 - 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:
 - fd9ae1d
 - Parents:
 - 1b54b54
 - Location:
 - src
 - Files:
 - 
      
- 3 edited
 
- 
          
  BasicTypes-gen.cc (modified) (1 diff)
 - 
          
  Makefile.am (modified) (1 diff)
 - 
          
  Makefile.in (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/BasicTypes-gen.cc
r1b54b54 r6ca6811 8 8 #include <assert.h> 9 9 #include <string.h> // strlen 10 #include " ../config.h" // configure info10 #include "config.h" // configure info 11 11 12 12 enum Kind {  - 
      
src/Makefile.am
r1b54b54 r6ca6811 44 44 45 45 $(srcdir)/SynTree/Type.h : BasicTypes-gen.cc 46 ${AM_V_GEN}${CXX } ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o BasicTypes-gen -Wall -Wextra -O2 -g -std=c++1446 ${AM_V_GEN}${CXXCOMPILE} $< -o BasicTypes-gen -Wall -Wextra 47 47 @./BasicTypes-gen 48 48 @rm BasicTypes-gen  - 
      
src/Makefile.in
r1b54b54 r6ca6811 1560 1560 1561 1561 $(srcdir)/SynTree/Type.h : BasicTypes-gen.cc 1562 ${AM_V_GEN}${CXX } ${AM_CXXFLAGS} ${CXXFLAGS} ${AM_CFLAGS} ${<} -o BasicTypes-gen -Wall -Wextra -O2 -g -std=c++141562 ${AM_V_GEN}${CXXCOMPILE} $< -o BasicTypes-gen -Wall -Wextra 1563 1563 @./BasicTypes-gen 1564 1564 @rm BasicTypes-gen  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.