P0035R4: Semantic analysis and code generation for C++17 overaligned
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 10 Oct 2016 06:42:31 +0000 (06:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 10 Oct 2016 06:42:31 +0000 (06:42 +0000)
commit189e52fcdfc3c3d04a3812cab72c968ca1911378
treebbae468c3758adeb5625557d60fe2750e1d7609d
parented84f4abd47efd2a3e1d810eacdc06963432f48f
P0035R4: Semantic analysis and code generation for C++17 overaligned
allocation.

llvm-svn: 283722
27 files changed:
clang/include/clang/AST/ASTContext.h
clang/include/clang/AST/ExprCXX.h
clang/include/clang/AST/Type.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Overload.h
clang/include/clang/Sema/Sema.h
clang/lib/AST/ASTContext.cpp
clang/lib/AST/ASTImporter.cpp
clang/lib/AST/Decl.cpp
clang/lib/AST/DeclCXX.cpp
clang/lib/AST/ExprCXX.cpp
clang/lib/AST/Type.cpp
clang/lib/CodeGen/CGExprCXX.cpp
clang/lib/CodeGen/CodeGenFunction.h
clang/lib/Sema/SemaCUDA.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaExprCXX.cpp
clang/lib/Sema/SemaOverload.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
clang/lib/Serialization/ASTWriterStmt.cpp
clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.deallocation/p2.cpp [new file with mode: 0644]
clang/test/CXX/expr/expr.unary/expr.delete/p10.cpp [new file with mode: 0644]
clang/test/CXX/expr/expr.unary/expr.new/p14.cpp [new file with mode: 0644]
clang/test/CXX/expr/expr.unary/expr.new/p20-0x.cpp
clang/test/CXX/special/class.dtor/p9.cpp
clang/test/CodeGenCXX/cxx1z-aligned-allocation.cpp [new file with mode: 0644]