]> granicus.if.org Git - clang/commit
Once we've built (or reused) a precompiled preamble, create the
authorDouglas Gregor <dgregor@apple.com>
Sat, 24 Jul 2010 00:38:13 +0000 (00:38 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 24 Jul 2010 00:38:13 +0000 (00:38 +0000)
commit754f3490c5b0f5d83361f001bc87944f23644abb
treeb65b9eb94d62ccd53a98077ea1d4691400cec096
parent5a180397870944548aaadeaebf58e415885b9489
Once we've built (or reused) a precompiled preamble, create the
appropriately-padded main file buffer (that has spaces in the extra
"reserved" space) and thread that buffer through to the parsing
function. This still does nothing.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109299 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp