configure.ac: check for getExpansionLoc in clang/Basic/SourceManager.h
commitcbba0279737dbeb1e29ba8987041f419fdf1c6b0
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 13 Oct 2012 09:03:44 +0000 (13 11:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Oct 2012 06:10:02 +0000 (15 08:10 +0200)
tree4f7d5cc7677d61354527fc863903680039bfb3b0
parenta0f1ce8b46206504609382bf49529995ac385890
configure.ac: check for getExpansionLoc in clang/Basic/SourceManager.h

We started using getExpansionLoc in e166642 (PetScan::scan: use expansion
offset to determine if statement is inside scop, Mon Oct 1 16:21:46 2012 +0200),
but this method was called getInstantiationLoc in older versions of clang.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
configure.ac