This revision was automatically updated to reflect the committed changes.
Closed by commit rL319881: [libclang] Add function to get the buffer for a file
(authored by erikjv).
Changed prior to commit:
https://reviews.llvm.org/D40643?vs=124904&id=125677#toc
Repository:
rL LLVM
https://review
bkramer accepted this revision.
bkramer added a comment.
This revision is now accepted and ready to land.
lg
https://reviews.llvm.org/D40643
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
erikjv updated this revision to Diff 124904.
erikjv added a comment.
Bumped the CINDEX_VERSION_MINOR.
https://reviews.llvm.org/D40643
Files:
include/clang-c/Index.h
tools/libclang/CIndex.cpp
Index: tools/libclang/CIndex.cpp
=
erikjv created this revision.
This can be used by clients in conjunction with an offset returned by
e.g. clang_getFileLocation. Now those clients do not need to also
open/read the file.
https://reviews.llvm.org/D40643
Files:
include/clang-c/Index.h
tools/libclang/CIndex.cpp
Index: tools/l