Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofpast-the-end iterator.Original commit message:P0035R4: Semantic analysis and code generation for C++17 overalignedal
Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use ofpast-the-end iterator.Original commit message:P0035R4: Semantic analysis and code generation for C++17 overalignedallocation.llvm-svn: 283789
show more ...
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned allocation."This reverts commit r283722. Breaks: Clang.SemaCUDA.device-var-init.cu Clang.CodeGenCUDA.device-var-init
Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned allocation."This reverts commit r283722. Breaks: Clang.SemaCUDA.device-var-init.cu Clang.CodeGenCUDA.device-var-init.cuhttp://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-expensive/884/llvm-svn: 283750
P0035R4: Semantic analysis and code generation for C++17 overalignedallocation.llvm-svn: 283722
Add implicit declarations of allocation functions when looking them up forredeclaration, not just when looking them up for a use -- we need the implicitdeclaration to appropriately check various pr
Add implicit declarations of allocation functions when looking them up forredeclaration, not just when looking them up for a use -- we need the implicitdeclaration to appropriately check various properties of them (notably, whetherthey're deleted).llvm-svn: 200729
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead o
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target).llvm-svn: 91446
Improve diagnostics for malformed delete operator function declarations.llvm-svn: 91180