]> granicus.if.org Git - clang/commit
Reverted 305379 (Function with unparsed body is a definition)
authorSerge Pavlov <sepavloff@gmail.com>
Wed, 14 Jun 2017 10:57:56 +0000 (10:57 +0000)
committerSerge Pavlov <sepavloff@gmail.com>
Wed, 14 Jun 2017 10:57:56 +0000 (10:57 +0000)
commit1c45048c487fb4300612c80a56599474a5ed6ae4
tree083a978fab3134db91036476098f365773acd49d
parent1504a42e9df44aae3733922baf6030e0f3ae1f14
Reverted 305379 (Function with unparsed body is a definition)

It broke clang-x86_64-linux-selfhost-modules-2 and some other buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305381 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
lib/Sema/SemaCUDA.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/friend2.cpp