]> granicus.if.org Git - clang/commit
start plumbing together the line table information. So far we just
authorChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 07:57:50 +0000 (07:57 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 26 Jan 2009 07:57:50 +0000 (07:57 +0000)
commit5b9a504720fb52594ca3686e10eb6c0cfa2e7d62
tree2b3ede0125e8d0dc986ff7f0477c3212c5a42cf0
parent987cd3da36e90aa21a9e290f5b383cf010762b83
start plumbing together the line table information.  So far we just
unique the Filenames in #line directives, assigning them UIDs.

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