[PATCH] D40643: [libclang] Add function to get the buffer for a file

2017-12-06 Thread Erik Verbruggen via Phabricator via cfe-commits
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

[PATCH] D40643: [libclang] Add function to get the buffer for a file

2017-11-30 Thread Benjamin Kramer via Phabricator via cfe-commits
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

[PATCH] D40643: [libclang] Add function to get the buffer for a file

2017-11-30 Thread Erik Verbruggen via Phabricator via cfe-commits
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 =

[PATCH] D40643: [libclang] Add function to get the buffer for a file

2017-11-30 Thread Erik Verbruggen via Phabricator via cfe-commits
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