Skip to content

Commit ece41cf

Browse files
committed
Update logic
Signed-off-by: Arthur Chan <[email protected]>
1 parent 11d988a commit ece41cf

File tree

2 files changed

+728
-22
lines changed

2 files changed

+728
-22
lines changed

src/fuzz_introspector/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ class LANGUAGES:
4545
]
4646

4747
LANGUAGE_EXTENSIONS = {
48-
LANGUAGES.C: ['.c', '.h'],
48+
LANGUAGES.C:
49+
['.c', '.cpp', '.cc', '.c++', '.cxx', '.h', '.hpp', '.hh', '.hxx'],
4950
LANGUAGES.CPP:
5051
['.c', '.cpp', '.cc', '.c++', '.cxx', '.h', '.hpp', '.hh', '.hxx'],
5152
LANGUAGES.JAVA: ['.java'],

0 commit comments

Comments
 (0)