- 06 Apr, 2022 2 commits
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- 05 Apr, 2022 22 commits
-
-
Stefan Gränitz authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
-
Virgile Prevosto authored
Cf. !4
-
Virgile Prevosto authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
Applied clang-tidy modernize-use-override globally in order to achieve compliance in current code base. Added warning `suggest-override` for CMake target `framaCIRGen` in order to detect future breaches.
-
Virgile Prevosto authored
Cf MR !3
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Stefan Gränitz authored
Paragraph 4.1 (framaCIRGen specific options) of the frama-clang documentation states that the parameters `--info`, `--warn` and `--debug` might be used to enable extra messages at runtime. They don't appear to be implemented right now. Instead, execution gets stuck in an infinite loop.
-
Virgile Prevosto authored
merges !2 and fixes frama-c#2564
-
Virgile Prevosto authored
Partial revert of d2210718: the fix introduced in this commit basically let template instances occur before the definition of the actual parameter. With AST reordering in ir2clang, this should be less of an issue as it once was, but for the time being I prefer to rely on having some reordering also on the clang2ir side. As matter of fact, the original issue was that we fail to set the name of [copyFunc] to a fully qualified version, so that it didn't define the correct symbol: we had two completely separate functions (i.e. test::func and ::func in issue2564.cpp), one being actually unused.
-
Virgile Prevosto authored
-
Stefan Gränitz authored
-
Stefan Gränitz authored
This allow analysis for a widely used C++ construct. Please find more details in the bugtracker: frama-c#2564
-
Stefan Gränitz authored
-
Virgile Prevosto authored
merge !1
-
Stefan Gränitz authored
The explicit cast is necessary even though the value for `t` is passed in as an r-value, because it becomes an l-value as soon as it is assigned to the variable.
-
- 04 Apr, 2022 6 commits
-
-
Franck Vedrine authored
Fix translation of negative integer litterals See merge request frama-c/frama-clang!169
-
Virgile Prevosto authored
and remove useless declaration
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
- 16 Feb, 2022 3 commits
-
-
Michele Alberti authored
Support for editing the translated C file and keeping demangling options afterwards See merge request frama-c/frama-clang!166
-
-
Michele Alberti authored
[machdep] add support in Frama-Clang for x86_64_msvc machdep of Frama-C See merge request frama-c/frama-clang!165
-
- 15 Feb, 2022 1 commit
-
-
Virgile Prevosto authored
-
- 14 Feb, 2022 6 commits
-
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-
Virgile Prevosto authored
hide -kernel-msg-key behind a proper FCLang option
-
Virgile Prevosto authored
-
Virgile Prevosto authored
-