]> granicus.if.org Git - clang/commit
Switch semantic analysis of the conditional operator from using
authorDouglas Gregor <dgregor@apple.com>
Fri, 26 Mar 2010 20:14:36 +0000 (20:14 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 26 Mar 2010 20:14:36 +0000 (20:14 +0000)
commitb70cf44bf1b1956e0c6b98373c4f69b23afa0052
treec02aa08ee945607961086dbaf76254ee03525f10
parentc0e8f13ed4378385657ccc20f7cb29de3b4d63a9
Switch semantic analysis of the conditional operator from using
CheckReferenceInit to using the new initialization sequence code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99647 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaInit.cpp
lib/Sema/SemaInit.h
test/SemaCXX/conditional-expr.cpp