aboutsummaryrefslogtreecommitdiff
path: root/include/gcc-cp-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gcc-cp-interface.h')
-rw-r--r--include/gcc-cp-interface.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/gcc-cp-interface.h b/include/gcc-cp-interface.h
index 2f95072..15b911c 100644
--- a/include/gcc-cp-interface.h
+++ b/include/gcc-cp-interface.h
@@ -483,7 +483,11 @@ struct gcc_cp_context
/* The type of the initialization function. The caller passes in the
desired base version and desired C-specific version. If the
request can be satisfied, a compatible gcc_context object will be
- returned. Otherwise, the function returns NULL. */
+ returned. In particular, this may return a context object with a higher
+ actual version number than was requested, provided the higher version is
+ fully compatible.
+
+ Otherwise, the function returns NULL. */
typedef struct gcc_cp_context *gcc_cp_fe_context_function
(enum gcc_base_api_version,