diff options
author | Vassil Vassilev <v.g.vassilev@gmail.com> | 2017-04-06 10:05:46 +0000 |
---|---|---|
committer | Vassil Vassilev <v.g.vassilev@gmail.com> | 2017-04-06 10:05:46 +0000 |
commit | 4b8e29d5162ab25b87b1d566c44c6ef31f3187ac (patch) | |
tree | 2b43fce85d6675c07603f334370ce3b9e62e88ae /clang/include/clang-c | |
parent | b3856d65ea1f9210ca3ad3fa08b3584d5cbb3b05 (diff) | |
download | bcm5719-llvm-4b8e29d5162ab25b87b1d566c44c6ef31f3187ac.tar.gz bcm5719-llvm-4b8e29d5162ab25b87b1d566c44c6ef31f3187ac.zip |
PR16106: Correct the docs to reflect the actual behavior of the interface.
llvm-svn: 299639
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r-- | clang/include/clang-c/Index.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 208da7d0f42..e33424138d9 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 * |