]> granicus.if.org Git - clang/commit
Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in
authorDouglas Gregor <dgregor@apple.com>
Tue, 28 Sep 2010 21:55:22 +0000 (21:55 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 28 Sep 2010 21:55:22 +0000 (21:55 +0000)
commit2138664dd2cff39de52ff11ca35f653c20b2e4b0
tree4b84b172996daa11a88ded32cb30fa2f73addd70
parent4949927fd5f8632ecb1ecdfdac0d13f8357b1984
Teach FunctionDecl::setPure() to (indirectly) mark the Abstract bit in
CXXRecordDecl::DefinitionData, rather than having Sema mark the bit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114993 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/Sema/SemaDeclCXX.cpp