]> granicus.if.org Git - clang/commit
Basic plumbing for generating a precompiled preamble for an
authorDouglas Gregor <dgregor@apple.com>
Fri, 23 Jul 2010 00:33:23 +0000 (00:33 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 23 Jul 2010 00:33:23 +0000 (00:33 +0000)
commit44c181aec37789f25f6c15543c164416f72e562a
tree9067901d3f0e2621af13963746671b2957da0b55
parent69d5624644dad6b5117f8fee8fc4b09427861367
Basic plumbing for generating a precompiled preamble for an
ASTUnit/CXTranslationUnit. We can't actually use this preamble yet,
however.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109202 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
include/clang/Frontend/PreprocessorOptions.h
lib/Frontend/ASTUnit.cpp
lib/Frontend/InitPreprocessor.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp