]> granicus.if.org Git - clang/commit
Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 7 Jun 2013 17:57:59 +0000 (17:57 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 7 Jun 2013 17:57:59 +0000 (17:57 +0000)
commit4ff3225c1f343c3e0d461a0e387c7c6012cff5ba
treeeb54ec666e0739513fa9774c8f1ef114dafb5609
parent54e6c9d1f15153d1756642080866f10a91cc86ea
Thread the 'Invalid' out parameter through SourceManager::getSLocEntry() and callees of SourceManager::getSLocEntryByID().

Also add an 'Invalid' check in SourceManager::computeMacroArgsCache().

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