]> granicus.if.org Git - clang/commit
Add a CastInfo struct that will be used for cast information when constructing cast...
authorAnders Carlsson <andersca@mac.com>
Mon, 10 Aug 2009 21:30:22 +0000 (21:30 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 10 Aug 2009 21:30:22 +0000 (21:30 +0000)
commitbd0fb30fa2a039439d1a30a83ea896801394d780
tree7625f5bc1646aa3a1451dd54dc9317f0b044c2c1
parent797c3c4f5dc4fda735e55c6b5d6270a54cf6d263
Add a CastInfo struct that will be used for cast information when constructing cast expressions. Right now it only stores the cast kind, but in the future it might store conversion functions and constructors.

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