]> granicus.if.org Git - clang/commit
Add Sema::isInitListConstructor. This will be needed for upcoming work.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Jan 2012 22:50:14 +0000 (22:50 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Jan 2012 22:50:14 +0000 (22:50 +0000)
commit98d3606cd5583f35ba1f8cb11bf3245dd4f7ea02
tree824b1874074b1d040e519d94c651b483645c0ccc
parent62b7cfb73e202051e7ab0dad42ba213acd0dec7e
Add Sema::isInitListConstructor. This will be needed for upcoming work.

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