]> granicus.if.org Git - clang/commit
This is valid in C++.
authorChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 02:03:48 +0000 (02:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 02:03:48 +0000 (02:03 +0000)
commite878eb035b343d7d819c092102364ec9849716ae
tree738b6a772437a252464b651f12db632520208a3d
parent65ce04bef06696379682410f399f37b43996d824
This is valid in C++.
void foo() { return foo(); }

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61188 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmt.cpp
test/SemaCXX/statements.cpp [new file with mode: 0644]