Skip to content
Snippets Groups Projects
  1. Oct 27, 2015
  2. Oct 01, 2015
  3. Sep 30, 2015
  4. Sep 29, 2015
  5. Sep 28, 2015
  6. Sep 27, 2015
  7. 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
  8. Sep 22, 2015
  9. Sep 21, 2015
  10. Sep 18, 2015
  11. Sep 17, 2015
  12. Sep 16, 2015
  13. Sep 15, 2015
  14. Sep 14, 2015
  15. Sep 13, 2015
  16. Sep 11, 2015
  17. Sep 10, 2015
  18. Sep 09, 2015
  19. Sep 08, 2015
Loading