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