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
show more ...
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
Fix test.llvm-svn: 91245
More improvements to checking allocation and deallocation functions.llvm-svn: 91244
Correctly diagnose [basic.stc.dynamic.allocation]p1llvm-svn: 91190