Skip to content

Commit b821475

Browse files
authored
Frama looks like C-only, no C++. But gcc does both. (#1729)
I had a look at the Frama site but didn't see any mention of C++. On the other hand, the gcc analyzers _are_ available for C++.
1 parent 9d6c5a0 commit b821475

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

data/tools/frama-c.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ categories:
33
- linter
44
tags:
55
- c
6-
- cpp
76
license: GNU Lesser General Public License v2.1
87
types:
98
- cli

data/tools/gcc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ categories:
33
- linter
44
tags:
55
- c
6+
- cpp
67
license: GPL
78
types:
89
- cli

0 commit comments

Comments
 (0)