C++: Expose trailing return type presence.

This commit is contained in:
Alexandre Boulgakov
2021-08-10 17:54:56 +01:00
parent d658ef1dcd
commit 490498899b
6 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added `Function.hasTrailingReturnType` predicate to check whether a function was declared with a trailing return type.