]> granicus.if.org Git - clang/commit
Replace IsSameValue with the llvm::APSInt/llvm::APInt versions
authorEric Christopher <echristo@apple.com>
Sun, 15 Jul 2012 00:23:57 +0000 (00:23 +0000)
committerEric Christopher <echristo@apple.com>
Sun, 15 Jul 2012 00:23:57 +0000 (00:23 +0000)
commit81695fa3a4772a62131eca45f8582cff72b1b9db
tree2d417f8e05191da0b85d7621af79df3c120ec846
parent71bcc68ba44a87a516d84461bc68475e43134338
Replace IsSameValue with the llvm::APSInt/llvm::APInt versions
that we just copied from here and replace all uses.

Part of rdar://11875995

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160224 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTImporter.cpp