]> granicus.if.org Git - clang/commit
add a new CallExpr::isBuiltinCall() method, and use it to simplify some existing
authorChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 05:00:53 +0000 (05:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 Oct 2008 05:00:53 +0000 (05:00 +0000)
commitcb888967400a03504c88acedd5248d6778a82f46
tree591f88359c88097517f4f7342174898900d8835e
parentf5e8ba0c48e7c5e56a48b2e09aff6b7d0c5c4dec
add a new CallExpr::isBuiltinCall() method, and use it to simplify some existing
code.

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