]> granicus.if.org Git - clang/commit
Extend clang_createTranslationUnitFromSourceFile() to support creating
authorDouglas Gregor <dgregor@apple.com>
Sat, 23 Jan 2010 00:14:00 +0000 (00:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 23 Jan 2010 00:14:00 +0000 (00:14 +0000)
commit4db64a461cb3442934afe43c83ed3f17f7c11c1d
treec9de870e2fa2e16f082b9e5124e32ac324b070c3
parente4fb82839a762e632f63e195058015e2f1ca27a8
Extend clang_createTranslationUnitFromSourceFile() to support creating
translation units that include unsaved files.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94258 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PreprocessorOptions.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/InitPreprocessor.cpp
test/Index/Inputs/remap-load-to.c [new file with mode: 0644]
test/Index/remap-cursor-at.c [new file with mode: 0644]
test/Index/remap-load.c [new file with mode: 0644]
tools/CIndex/CIndex.cpp
tools/CIndex/CIndexCodeCompletion.cpp
tools/CIndex/CIndexer.cpp
tools/CIndex/CIndexer.h
tools/c-index-test/c-index-test.c