]> granicus.if.org Git - clang/commit
The current semantic process for direct initializers won't work properly for class...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Oct 2008 18:37:09 +0000 (18:37 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Oct 2008 18:37:09 +0000 (18:37 +0000)
commit06ad1f5d7349442687d5116ec8ea38786ee71735
tree6a7b9ceea1281144bb78402e86c7d054c7b31d33
parent4e27b8bb3f59e328e6f6c75104f86e354065438c
The current semantic process for direct initializers won't work properly for class types.
Add a FIXME until class constructors are supported.

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