]> granicus.if.org Git - clang/commit
PR18152: When computing the semantic form for an initializer list, keep track
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Dec 2013 01:27:24 +0000 (01:27 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 6 Dec 2013 01:27:24 +0000 (01:27 +0000)
commit7509ea64dfb1ed4fa4073db6c3f6685b44758bf6
tree7e69d71d6baaf1ab9e1d8d16271c376703015b41
parent5ec042b219241ea73f33a143a0e5735c2f57886b
PR18152: When computing the semantic form for an initializer list, keep track
of whether the initializer list is dependent.

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