]> granicus.if.org Git - clang/commit
[libclang] Introduce clang_getFileUniqueID which returns a struct
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 26 Jan 2013 04:52:52 +0000 (04:52 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 26 Jan 2013 04:52:52 +0000 (04:52 +0000)
commitdb84e7a44dce24c3a8e4e0fc84434c00fc2da168
tree9aad4b86e73fd27506c97453370300d62e977566
parent4e4d7cedb84e6c5476e9cee5128e977b240331a6
[libclang] Introduce clang_getFileUniqueID which returns a struct
for a CXFile containing device/inode/modification time.

Intended to be useful as a key associated with a unique file across
an indexing session.

rdar://13091837

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173559 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports