C++: Allow querying for "C" language linkage on routine types.

This commit is contained in:
Alexandre Boulgakov
2021-08-17 16:33:30 +01:00
parent 21d03cd365
commit 3ba308a69f
7 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added `RoutineType.hasCLinkage` predicate to check whether a function type has "C" language linkage.