Update for LLVM API change.
authorOwen Anderson <resistor@mac.com>
Mon, 27 Jul 2009 21:00:51 +0000 (21:00 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 27 Jul 2009 21:00:51 +0000 (21:00 +0000)
commite05f2ed478d66d65578999d6d9debef1f2277e03
treed306583525bd127cf0e61cdd04e719afc4224af9
parent69c464dec4795af43b4a432bae2b329ee5f1bef5
Update for LLVM API change.

llvm-svn: 77249
17 files changed:
clang/include/clang/Analysis/PathSensitive/Checker.h
clang/include/clang/Analysis/PathSensitive/CheckerVisitor.h
clang/lib/CodeGen/CGBuiltin.cpp
clang/lib/CodeGen/CGExprComplex.cpp
clang/lib/CodeGen/CGExprConstant.cpp
clang/lib/CodeGen/CGExprScalar.cpp
clang/test/CXX/class/class.local/p4.cpp
clang/test/CXX/over/over.over/p2.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/p1.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/p1-retmem.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/p1inst.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.static/p1-inst.cpp
clang/test/CXX/temp/temp.decls/temp.class/temp.static/p1.cpp
clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/p3.cpp
clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.funcaddr/p1.cpp
clang/test/CodeGenCXX/function-template-specialization.cpp
clang/test/SemaTemplate/implicit-instantiation-1.cpp