Skip to content
Snippets Groups Projects
  1. Jan 06, 2022
  2. Dec 07, 2021
  3. Nov 24, 2021
  4. Oct 21, 2021
  5. Oct 06, 2021
  6. May 12, 2021
  7. Apr 14, 2021
  8. Feb 18, 2021
  9. Feb 16, 2021
  10. Feb 10, 2021
  11. Feb 07, 2021
  12. Jan 21, 2021
  13. Jan 15, 2021
  14. Dec 21, 2020
  15. Sep 10, 2020
    • Virgile Prevosto's avatar
      [kernel] add support in the AST to identify check-and-forget annotations · 3486b24d
      Virgile Prevosto authored
      this is a generalization of `check` vs. `assert` to other annotations. Not all
      annotations are relevant though. Currently, there are more annotation nodes in
      the AST that can have a flag `{ tp_only_check }` than was deemed useful in
      pub/frama-c#25, but said flag can in fact safely be ignored. Moreover, this
      commit only add this flag in the AST, but provides no further mean to set it to
      true except for the original `check` keyword (i.e. on `AAssert`). The parser
      and the behavior of the plugins that can handle the flag will be updated in
      subsequent commits
      3486b24d
  16. Apr 03, 2020
  17. Apr 02, 2020
  18. Mar 31, 2020
  19. Mar 26, 2020
Loading