[ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 21 Jan 2013 18:45:42 +0000 (18:45 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 21 Jan 2013 18:45:42 +0000 (18:45 +0000)
commit3ad52ede46729b458c4dd2bd58aa0cf717854105
tree5e34948caa94a59e1197da24c4641c34fec666c9
parenta60e9268b640402f65bdb949bd2e981818cf0720
[ASTUnit] Unlike LoadFromCommandLine, LoadFromCompilerInvocation causes a crash if Precompilepreamble
is set to true because there is no FileManager at that point.

Patch by Hurcan Solter!

llvm-svn: 173071
clang/lib/Frontend/ASTUnit.cpp