From 81cea5f711eabd0a9d98e59518f7bb3b1c6dc8ce Mon Sep 17 00:00:00 2001 From: Vassil Vassilev <v.g.vassilev@gmail.com> Date: Thu, 6 Apr 2017 10:05:46 +0000 Subject: [PATCH] PR16106: Correct the docs to reflect the actual behavior of the interface. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299639 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang-c/Index.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 208da7d0f42..e33424138d9 100644 --- a/include/clang-c/Index.h +++ b/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 * -- GitLab