Skip to content
Snippets Groups Projects
  1. Dec 14, 2017
  2. Nov 29, 2017
  3. Nov 27, 2017
  4. Nov 22, 2017
  5. Nov 19, 2017
  6. Nov 18, 2017
  7. Nov 17, 2017
    • Ingvar Stepanyan's avatar
      Don't prefix enum variants with name in C++ · 949518fd
      Ingvar Stepanyan authored
      In C++, output already uses enum classes so enum variants are only accessible via enum name E::A and there is no point in manually prefixing them again to make it E::E_A.
      
      C uses global scope for all enum variants, so transformation continues to work as it did.
      949518fd
    • Ingvar Stepanyan's avatar
      Simplify opaque struct output in C · f0bef30d
      Ingvar Stepanyan authored
      There is no need for a separate forward struct declaration, just like in case with regular structures.
      f0bef30d
  8. Nov 15, 2017
  9. Nov 14, 2017
  10. Nov 09, 2017
Loading