]> granicus.if.org Git - clang/commit
Associate the macro arguments location map with a FileID instead
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 26 Sep 2011 08:01:50 +0000 (08:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 26 Sep 2011 08:01:50 +0000 (08:01 +0000)
commitfb3612ef197cb8532c05f33889ec1aed7c26e5cb
treee043386d53e7c57379c5a28e7b672fdd95a72e2c
parent527f98d65ff1e7c3ed6c8467ca7f516f3ea7ad9b
Associate the macro arguments location map with a FileID instead
of a ContentCache, since multiple FileIDs can have the same ContentCache
but the expanded macro arguments locations will be different.

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