]> granicus.if.org Git - clang/commit
Add an assert to make it clear we're on the first line
authorAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 03:41:20 +0000 (03:41 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 5 Dec 2013 03:41:20 +0000 (03:41 +0000)
commita2671931cbcf245390281162037628776a5ecfb9
treef56b2c50d84371588b2c1120fb14719ed1c0b9c4
parentc2fe868d01af494b1e8ae7e0f10364c52bad170b
Add an assert to make it clear we're on the first line

A raw lexer in its initial state is guaranteed to be on line number one.

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