]> granicus.if.org Git - clang/commit
Check local static variables for self reference on initialization.
authorRichard Trieu <rtrieu@google.com>
Tue, 14 Aug 2012 23:50:52 +0000 (23:50 +0000)
committerRichard Trieu <rtrieu@google.com>
Tue, 14 Aug 2012 23:50:52 +0000 (23:50 +0000)
commit1b4b1461da093bfcb85edfb67710d21f79c7f16c
treed8b30aa8139e323f1ab9f4204a70a20474c70763
parent27ef16b326b9a9dd2440e5d1cc884e27f07e13a3
Check local static variables for self reference on initialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161909 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/uninitialized.cpp