]> granicus.if.org Git - clang/commit
createMainFileID doesn't need its IncludePos argument, since
authorDan Gohman <gohman@apple.com>
Fri, 27 Aug 2010 15:44:11 +0000 (15:44 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 27 Aug 2010 15:44:11 +0000 (15:44 +0000)
commitf155dfa4e284be7dca8f1abf002476b2aaee8546
tree87ab15f7a0c521b05e7f5834566893a90bcdca68
parent265f749edb28a80db517cc9051bd21092720d0f0
createMainFileID doesn't need its IncludePos argument, since
the main file isn't an included file, and the IncludePos is
always SourceLocation().

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