Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 14, 2019
  3. Dec 12, 2018
  4. Dec 04, 2018
  5. Dec 03, 2018
  6. Nov 28, 2018
  7. Nov 23, 2018
  8. Nov 22, 2018
  9. Nov 16, 2018
  10. Oct 31, 2018
Loading