From 4b8e29d5162ab25b87b1d566c44c6ef31f3187ac Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 6 Apr 2017 10:05:46 +0000 Subject: [PATCH] PR16106: Correct the docs to reflect the actual behavior of the interface. llvm-svn: 299639 --- clang/include/clang-c/Index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 208da7d..e334241 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -478,8 +478,8 @@ CINDEX_LINKAGE void clang_getExpansionLocation(CXSourceLocation location, unsigned *offset); /** - * \brief Retrieve the file, line, column, and offset represented by - * the given source location, as specified in a # line directive. + * \brief Retrieve the file, line and column represented by the given source + * location, as specified in a # line directive. * * Example: given the following source code in a file somefile.c * -- 2.7.4