]> granicus.if.org Git - clang/commit
Diagnose using a field to initialize itself. Patch by Brandon Pearcy!
authorJohn McCall <rjmccall@apple.com>
Wed, 4 Nov 2009 23:02:40 +0000 (23:02 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 4 Nov 2009 23:02:40 +0000 (23:02 +0000)
commitb41900410fae8cba4bc02db2e3e44142e7f4c625
tree6e86c9975fd82c284afa0179153eb5276935635f
parent43d8863df9d02f81acdf5f73fbc288f285bf442e
Diagnose using a field to initialize itself.  Patch by Brandon Pearcy!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86061 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/constructor-initializer.cpp