| ../ | 
  | Virtual |  | 6a896b0 | 3 years | ajbeach | Translated the Exception Declaration pass. | 
  | Validate |  | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | Tuples |  | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | SynTree |  | 1ed3fe7c | 3 years | pabuhr | change semantic error message for non-const enumerator to be clearer | 
  | SymTab |  | b9f8274 | 3 years | ajbeach | Removed the validate sub-pass interface. This also showed an extra … | 
  | ResolvExpr |  | b9f8274 | 3 years | ajbeach | Removed the validate sub-pass interface. This also showed an extra … | 
  | Parser |  | 7991c7d | 3 years | pabuhr | change enumerator_value_opt to only parse constant_expression | 
  | InitTweak |  | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | include |  | b4d34fa | 6 years | mlbrooks | add previously ignored file---goes with Fixed handling of literals.cfa | 
  | GenPoly |  | 3322180 | 3 years | Thierry Delisle | Fix enum assignment warning | 
  | ControlStruct |  | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | Concurrency |  | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | Common |  | 120867e | 3 years | pabuhr | update EvalNew to handle more compile-time constant-expression evaluation | 
  | CodeTools |  | fc134a48 | 3 years | j82liang | Implement the struct enum | 
  | CodeGen |  | 2fd0de0 | 3 years | ajbeach | Another clean-up pass on fix names since I was in the area. This one … | 
  | AST |  | 6a896b0 | 3 years | ajbeach | Translated the Exception Declaration pass. | 
  | 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 | 33.1 KB
     | 11df881 | 3 years | ajbeach | Updated documentation on pre-resolver passes, moving code to headers … | 
  | 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 |