forked from OSchip/llvm-project
[libclang] Add clang_getFileContents to libclang.exports
This is the follow up patch for rL319881 which introduced the function but did not put it into .exports file. llvm-svn: 321695
This commit is contained in:
parent
86b99cb5c4
commit
e7602ce3fc
|
@ -220,6 +220,7 @@ clang_getExceptionSpecificationType
|
||||||
clang_getFieldDeclBitWidth
|
clang_getFieldDeclBitWidth
|
||||||
clang_getExpansionLocation
|
clang_getExpansionLocation
|
||||||
clang_getFile
|
clang_getFile
|
||||||
|
clang_getFileContents
|
||||||
clang_getFileLocation
|
clang_getFileLocation
|
||||||
clang_getFileName
|
clang_getFileName
|
||||||
clang_getFileTime
|
clang_getFileTime
|
||||||
|
|
Loading…
Reference in New Issue