]> granicus.if.org Git - clang/commit
Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients should...
authorDaniel Dunbar <daniel@zuster.org>
Sun, 6 Dec 2009 09:19:12 +0000 (09:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 6 Dec 2009 09:19:12 +0000 (09:19 +0000)
commit63ceaa32a2371e38d1f912080fe471285e6b6e56
treee74087557214e26a0d860bbd6311142c73962f85
parent21a8bed504a95df019771ab1a3dc9ecccfd9cfaa
Change Preprocessor::EnterSourceFile to make ErrorStr non-optional, clients should be forced to deal with error conditions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90700 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPDirectives.cpp
lib/Lex/PPLexerChange.cpp
lib/Lex/Preprocessor.cpp