summaryrefslogtreecommitdiff
path: root/gcc/langhooks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/langhooks.cc')
-rw-r--r--gcc/langhooks.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/langhooks.cc b/gcc/langhooks.cc
index 97e51396521..a93340799f3 100644
--- a/gcc/langhooks.cc
+++ b/gcc/langhooks.cc
@@ -925,6 +925,14 @@ lhd_finalize_early_debug (void)
(*debug_hooks->early_global_decl) (cnode->decl);
}
+/* Default implementation of LANG_HOOKS_GET_SARIF_SOURCE_LANGUAGE. */
+
+const char *
+lhd_get_sarif_source_language (const char *)
+{
+ return NULL;
+}
+
/* Returns true if the current lang_hooks represents the GNU C frontend. */
bool