diff options
-rw-r--r-- | include/clang-c/Index.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index ef17ed1ca8..aeaed58de5 100644 --- a/include/clang-c/Index.h +++ b/include/clang-c/Index.h @@ -1252,7 +1252,11 @@ void clang_disposeCodeCompleteResults(CXCodeCompleteResults *Results); * * @{ */ - + +/** + * \brief Return a version string, suitable for showing to a user, but not + * intended to be parsed (the format is not guaranteed to be stable). + */ CINDEX_LINKAGE const char *clang_getClangVersion(); /** |