]> granicus.if.org Git - clang/commit
[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 25 Feb 2014 03:59:23 +0000 (03:59 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 25 Feb 2014 03:59:23 +0000 (03:59 +0000)
commit57fc288553c0208ab59ac6c48083ee0059f94797
tree0cfac815c48fbf933473ccc4b88e9a8c47af1187
parent63a3941c01f7825c2df0e4b58e83790c0af9ff1f
[libclang] Introduce libclang APIs for creating a buffer with a JSON virtual file overlay description.

The current API only supports adding 'virtual file path' -> 'real file path' mappings.

rdar://15986708

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202105 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/BuildSystem.h
include/clang-c/CXErrorCode.h [new file with mode: 0644]
include/clang-c/Index.h
tools/libclang/BuildSystem.cpp
tools/libclang/libclang.exports
unittests/libclang/LibclangTest.cpp