Skip to content
Snippets Groups Projects
  1. Jan 04, 2021
  2. Nov 26, 2020
  3. 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
  4. Jul 27, 2020
  5. Mar 06, 2020
  6. Apr 09, 2019
  7. Apr 08, 2019
  8. Feb 26, 2019
  9. Feb 25, 2019
  10. Feb 05, 2019
  11. Jan 21, 2019
  12. Jan 14, 2019
  13. Dec 12, 2018
  14. Dec 04, 2018
  15. Dec 03, 2018
  16. Nov 28, 2018
  17. Nov 23, 2018
  18. Nov 22, 2018
  19. Nov 16, 2018
  20. Oct 31, 2018
Loading