]> granicus.if.org Git - clang/commit
Introduce a new C API function, clang_parseTranslationUnit(), which
authorDouglas Gregor <dgregor@apple.com>
Wed, 21 Jul 2010 18:52:53 +0000 (18:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 21 Jul 2010 18:52:53 +0000 (18:52 +0000)
commit5a43021ac491bf091494167127772a20d9a9bb48
treef6704fb066271f4673d13c1defa2831bc92167f7
parent0a2eb5685aaef78ce33e84dd8c70ad3ff31b0e11
Introduce a new C API function, clang_parseTranslationUnit(), which
will eventually replace
clang_createTranslationUnitFromSourceFile(). The only addition in
clang_parseTranslationUnit() is a set of flags that can control how
the translation unit is loaded. More interesting flags will be coming.

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