]> granicus.if.org Git - clang/commit
Add Sema::isStdInitializerList, which will be necessary for the upcoming operations.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Jan 2012 22:49:33 +0000 (22:49 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 17 Jan 2012 22:49:33 +0000 (22:49 +0000)
commit395e04dbd7294bae4640aef1705cec3d052578b0
treec108e483307d8a59b41354de91da73f8c3daa12f
parent9bc23ba9e4d06b6619ab6df2995bf7aac929a8fd
Add Sema::isStdInitializerList, which will be necessary for the upcoming operations.

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