]> granicus.if.org Git - clang/commit
Don't create a null reference in ASTUnit::LoadFromCommandLine.
authorAlexey Samsonov <vonosmas@gmail.com>
Thu, 28 Aug 2014 23:51:01 +0000 (23:51 +0000)
committerAlexey Samsonov <vonosmas@gmail.com>
Thu, 28 Aug 2014 23:51:01 +0000 (23:51 +0000)
commitefc6cb24dd1fc8bf663e7bbcf8774e5a5ca04f42
tree24431f51a7627e74b37631d6eefba689b3c5093d
parentcdfa631f06e1e49e55bfe9e3109cafe544ef1664
Don't create a null reference in ASTUnit::LoadFromCommandLine.

This change is the last in the pack of five commits
(also see r216691, r216694, r216695, and r216696) that reduces the number
of test failures in "check-clang" invocation in UBSan bootstrap
from 2443 down to 5.

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