]> granicus.if.org Git - clang/commit
Check the initial line number without going through PresumedLoc
authorAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 17:28:42 +0000 (17:28 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 17:28:42 +0000 (17:28 +0000)
commitc6909a5a3b8c0d14000cca30dfb5b31502c802a4
treec9ca7a2b6bb577ca10dc976008caaf24d9575269
parent0fb788878818bb12b803e614a242fa6efe845260
Check the initial line number without going through PresumedLoc

No practical difference in this case and would return 1 either way, but this is
more self-explanatory.

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