]> granicus.if.org Git - clang/commit
Break SourceManager::translateFileLineCol into translateLineCol that returns the
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 19 Sep 2011 20:40:29 +0000 (20:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 19 Sep 2011 20:40:29 +0000 (20:40 +0000)
commitefa2ff8603dae51f5f5ed7509a503f477498ad22
tree5dc759cf7f5e7811da7445385eaad989f479dbb1
parent2dbaca748bc3eb6539f417bd8354c930bdf88fa4
Break SourceManager::translateFileLineCol into translateLineCol that returns the
source location of line:col of a specific FileID.

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