summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/libclang.exports
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-01-26 04:52:52 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2013-01-26 04:52:52 +0000
commitac08b26611860e16d95c6cd49b444cd5d84cc1de (patch)
treef2f40f6280166f6886e72db55d8537dad299b664 /clang/tools/libclang/libclang.exports
parent6350e07ecddc2457915ed73938117b2c8a710b44 (diff)
downloadbcm5719-llvm-ac08b26611860e16d95c6cd49b444cd5d84cc1de.tar.gz
bcm5719-llvm-ac08b26611860e16d95c6cd49b444cd5d84cc1de.zip
[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 llvm-svn: 173559
Diffstat (limited to 'clang/tools/libclang/libclang.exports')
-rw-r--r--clang/tools/libclang/libclang.exports1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/libclang/libclang.exports b/clang/tools/libclang/libclang.exports
index 8f3c86318c7..616be4c635e 100644
--- a/clang/tools/libclang/libclang.exports
+++ b/clang/tools/libclang/libclang.exports
@@ -166,6 +166,7 @@ clang_getFile
clang_getFileLocation
clang_getFileName
clang_getFileTime
+clang_getFileUniqueID
clang_getFunctionTypeCallingConv
clang_getIBOutletCollectionType
clang_getIncludedFile
OpenPOWER on IntegriCloud