]> granicus.if.org Git - clang/commit
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API...
authorSteve Naroff <snaroff@apple.com>
Thu, 15 Oct 2009 20:04:39 +0000 (20:04 +0000)
committerSteve Naroff <snaroff@apple.com>
Thu, 15 Oct 2009 20:04:39 +0000 (20:04 +0000)
commit5b7d8e254f6c2855b37b5521c0aee0a560dab237
treed25bc79066528e00af81dc5162272f47bc870999
parent0ebd9321ba380471010341f24c874f46f56e7581
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generation API (initial API implementation).

Added clang_createTranslationUnitFromSourceFile().
Changed clang_createIndex() to lookup the location of clang (using dladdr).

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