Skip to content
Snippets Groups Projects
  1. Oct 28, 2015
  2. Oct 27, 2015
  3. Oct 21, 2015
  4. Oct 20, 2015
  5. Oct 16, 2015
  6. Oct 15, 2015
  7. Oct 13, 2015
  8. Oct 08, 2015
  9. Oct 05, 2015
  10. Oct 02, 2015
  11. Oct 01, 2015
  12. Sep 30, 2015
  13. Sep 29, 2015
  14. Sep 28, 2015
  15. Sep 27, 2015
  16. Sep 23, 2015
    • Nick Zavaritsky's avatar
      clang7 build issue, _Noreturn keyword · 48b98bb9
      Nick Zavaritsky authored
      _Noreturn kw must appear before the function name as per C11 grammar and
      clang7 is the first one to enforce that.
      
      Ecb_noreturn macro is defined using _Noreturn keyword if C11 support is
      detected; otherwise __noreturn__ gcc attribute is used. The later must
      appear after the function parameters list.  These two methods to
      annotate a function are inherently incompatible in terms of the token
      location relative to the function declaration.
      
      Use gcc attribute exclusively since it is always available.
      48b98bb9
  17. Sep 22, 2015
  18. Sep 21, 2015
  19. Sep 18, 2015
Loading