| ../ | 
  | Virtual |  | 4f6dda0 | 4 years | ajbeach | Converted Implement Concurrent Keywords to the new AST. Includes … | 
  | Validate |  | 7edd5c1 | 3 years | ajbeach | Assorted fixes to the AST, found while I was trying to add more … | 
  | Tuples |  | 39d8950 | 4 years | ajbeach | Thread global information through resolution. Non-top-level calls to … | 
  | SynTree |  | 374cb117 | 4 years | j82liang | Replace the interface for EnumDecl node construction to support … | 
  | SymTab |  | 9e7236f4 | 4 years | j82liang | Resolution of struct enum. The codegen of struct enum will be in the … | 
  | ResolvExpr |  | 9e7236f4 | 4 years | j82liang | Resolution of struct enum. The codegen of struct enum will be in the … | 
  | Parser |  | 86b8d16 | 3 years | pabuhr | formatting, remove for/else shift/reduce conflict | 
  | InitTweak |  | 4ec9513 | 4 years | ajbeach | Converted validate C, including adding DimensionExpr to the new ast. | 
  | include |  | b4d34fa | 6 years | mlbrooks | add previously ignored file---goes with Fixed handling of literals.cfa | 
  | GenPoly |  | 801978b | 4 years | mlbrooks | GenPoly field-number selection for dynamic layouts uses uniqueId to … | 
  | ControlStruct |  | 5c231c1 | 3 years | Thierry Delisle | Fixed incorrect class that should be struct | 
  | Concurrency |  | b230091 | 4 years | ajbeach | Added a 'missing' TypeInstType constructor and rewrote some calls to … | 
  | Common |  | b6ae4fb | 3 years | pabuhr | add SuperfluousElse warning, allow empty vararg to macro SemanticWarning | 
  | CodeTools |  | 68fe946e | 4 years | ajbeach | Updated DeclStats for the new ast. Also fixed a bug in the old … | 
  | CodeGen |  | 30d91e4 | 4 years | j82liang | Change the code gen for enum value. Hope it fixes the gcc … | 
  | AST |  | 7edd5c1 | 3 years | ajbeach | Assorted fixes to the AST, found while I was trying to add more … | 
  | MakeLibCfaNew.cpp | 4.7 KB
     | 6c2dc00 | 4 years | y58xue | Convert makeLibCfa to use new AST | 
  | MakeLibCfa.h | 787 bytes
     | 1f7dc61 | 4 years | Thierry Delisle | Consistently changed TranslationUnit from struct to class. | 
  | MakeLibCfa.cc | 5.1 KB
     | 60a8062 | 6 years | pabuhr | rewrite most of OperatorTable and change caller modules to use new … | 
  | Makefile.am | 2.6 KB
     | 850aff1 | 4 years | Thierry Delisle | Added -Werror=return-type EVERYWHERE!
Added -Wextra in some places. | 
  | main.cc | 32.8 KB
     | 0c939dd | 4 years | ajbeach | Removed extra include, it should compile again. | 
  | config.h.in | 3.2 KB
     | 0ea0b8f | 5 years | Thierry Delisle | Using new-ast now requires configuring with --enable-new-ast or … | 
  | CompilationState.h | 1011 bytes
     | 00da199 | 4 years | y58xue | Add a switch to print AST after exdecl pass | 
  | CompilationState.cc | 1.1 KB
     | 00da199 | 4 years | y58xue | Add a switch to print AST after exdecl pass | 
  | BasicTypes-gen.cc | 19.8 KB
     | cfaa2873 | 6 years | pabuhr | generate BasicType::typeNames from BasicTypes-gen |