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