]> granicus.if.org Git - clang/commit
Track in the AST whether a function is constexpr.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2011 21:04:07 +0000 (21:04 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 15 Aug 2011 21:04:07 +0000 (21:04 +0000)
commitaf1fc7af351758b0ea0d285bdfe5640128109a4e
tree22b6d9705984486730bbe86f9827df5e3b5f85e9
parentfaef9fcb41cff7c2cbafb86d3af47c422ddf3010
Track in the AST whether a function is constexpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137653 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/ASTImporter.cpp
lib/AST/Decl.cpp
lib/AST/DeclCXX.cpp
lib/AST/Type.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriterDecl.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p1.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p2.cpp [new file with mode: 0644]