]> granicus.if.org Git - clang/commit
Make FullSourceLoc derive from SourceLocation instead of
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 23:03:56 +0000 (23:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 23:03:56 +0000 (23:03 +0000)
commita50bd54164393ca3cd08016e7099bdeb531b5014
treeba85ec33df5eae9428ebba46c7b338ac196fdf59
parent4abb87ef149b98b5762eadaaf10c1ccf35dc7c41
Make FullSourceLoc derive from SourceLocation instead of
containing one.  Containment is generally better than derivation,
but in this case FullSourceLoc really 'isa' SourceLocation.

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