hanchenye-llvm-project/clang/include/clang-c
Benjamin Kramer c02670ed50 [libclang] Add entry points that take a full command line including argv[0].
This provides both a more uniform interface and makes libclang behave like
clang tooling wrt relative paths against argv[0]. This is necessary for
finding paths to a c++ standard library relative to a clang binary given
in a compilation database. It can also be used to find paths relative to
libclang.so if the full path to it is passed in.

Differential Revision: http://reviews.llvm.org/D14695

llvm-svn: 253466
2015-11-18 16:14:27 +00:00
..
BuildSystem.h Add clang_free to libclang to free memory allocated in libclang. 2015-07-09 07:53:23 +00:00
CXCompilationDatabase.h [tooling] In CompileCommand, Expose the 'file' that was associated with the command. 2015-09-11 20:43:05 +00:00
CXErrorCode.h
CXString.h libclang: add new StringSet type 2015-11-12 03:57:16 +00:00
Documentation.h
Index.h [libclang] Add entry points that take a full command line including argv[0]. 2015-11-18 16:14:27 +00:00
Makefile
Platform.h
module.modulemap