]> granicus.if.org Git - clang/commit
Added class FullContextSourceLocation: a tuple class that
authorTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:16:46 +0000 (18:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 12 Dec 2007 18:16:46 +0000 (18:16 +0000)
commita9793ed6a77946c988ee38035baf4cde6ff2e864
tree50f6517bfbe65cf2da8cde866e72237b49c82cb5
parent609e4c72d9190a57636836d658b3563d9a9545ae
Added class FullContextSourceLocation: a tuple class that
contains both a SourceLocation and its associated
SourceManager. This class is useful for argument passing to
functions that expect both objects.

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