[cfe-commits] r73823 - in /cfe/trunk: include/clang/Basic/SourceManager.h lib/Basic/SourceManager.cpp

Douglas Gregor dgregor at apple.com
Mon Jun 22 10:16:11 PDT 2009


On Jun 20, 2009, at 1:09 AM, Argiris Kirtzidis wrote:

> Author: akirtzidis
> Date: Sat Jun 20 03:09:57 2009
> New Revision: 73823
>
> URL: http://llvm.org/viewvc/llvm-project?rev=73823&view=rev
> Log:
> Introduce SourceManager::getLocation() to get a source location out  
> of a "file:line:column" triplet.
>

Looks good. There is similar code in tools/clang-cc/clang-cc.cpp, in  
the command line option parsing for a ParsedSourceLocation. Can we  
combine the two?

	- Doug





More information about the cfe-commits mailing list