From: Vassil Vassilev Date: Thu, 6 Apr 2017 10:05:46 +0000 (+0000) Subject: PR16106: Correct the docs to reflect the actual behavior of the interface. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81cea5f711eabd0a9d98e59518f7bb3b1c6dc8ce;p=clang 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 --- diff --git a/include/clang-c/Index.h b/include/clang-c/Index.h index 208da7d0f4..e33424138d 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 *