Skip to content
Snippets Groups Projects
  1. Jun 05, 2019
  2. May 27, 2019
  3. Apr 15, 2019
  4. Mar 14, 2019
    • Virgile Prevosto's avatar
      [parsing] Allow attributes in declarator lists · 6bd64624
      Virgile Prevosto authored
      Previously, the parser only allowed attributes at beginning of a declaration
      (like for `const`, `static`, ...). However, gcc accepts to have attributes
      in the rest of the declaration (after the first comma, like for a pointer or
       array declarator).
      
      Fixes #616
      6bd64624
  5. Mar 11, 2019
  6. Mar 05, 2019
  7. Jan 21, 2019
  8. Jan 18, 2019
  9. Jan 14, 2019
  10. Dec 12, 2018
  11. Dec 04, 2018
  12. Dec 03, 2018
  13. Nov 28, 2018
  14. Nov 23, 2018
  15. Nov 22, 2018
  16. Nov 16, 2018
  17. Oct 31, 2018
Loading