]> granicus.if.org Git - clang/commit
Audit all callers of SourceManager::getCharacterData(); update some of
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 20:46:42 +0000 (20:46 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Mar 2010 20:46:42 +0000 (20:46 +0000)
commita543016fe07030f695d6d56fd22c8c8da617e0d7
tree4f007b8435178d3d477774b9f2a69f4b70a1badf
parent47a3fcd4afe122b23f9e7b6148f147bfa460cfe8
Audit all callers of SourceManager::getCharacterData(); update some of
them to recover more gracefully on failure.

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