enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments
commit14e0e7436cf6650a72052baea1f8ebe644cef489
authorChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2010 22:53:11 +0000 (1 22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2010 22:53:11 +0000 (1 22:53 +0000)
treeb1ed5809614860f9c6cb080fa903cd04cb6060c5
parent33daae66462e8f51ee153463b32bdefd60c801aa
enhance ASTContext::GetBuiltinType to return a bitmask indicating which arguments
are required to be ICE's.  No clients of this new functionality yet!

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