summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/new-delete.cpp
Commit message (Expand)AuthorAgeFilesLines
* Be more precise when diagnosing 'inline' on global replacement functionsDavid Majnemer2013-10-211-1/+1
* Sema: Diagnose global replacement functions declared as inlineDavid Majnemer2013-10-201-0/+2
* Fix some confusing diagnostic wording. s/implicit default/implicit/ if we'reRichard Smith2013-06-131-2/+2
* Refactor places which perform contextual implicit conversions to go through aRichard Smith2013-05-211-2/+2
* Add missing check for error return from DefaultLvalueConversion. Fixes <rdar...Eli Friedman2012-12-131-0/+11
* Disambiguation of '[[':Richard Smith2012-04-101-2/+1
* Fix parsing of type-specifier-seq's. Types are syntactically allowed to beRichard Smith2012-03-121-1/+1
* Throw away stray CXXDefaultArgExprs. Fixes PR12061.Sebastian Redl2012-02-221-0/+40
* Don't allow non-empty ParenListExprs as array-new initializers.Sebastian Redl2012-02-171-0/+14
* Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl2012-02-161-0/+29
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-3/+3
* Don't allow a value of a scoped enumeration to be used as the first bound for anRichard Smith2012-02-041-2/+2
* Fix a rejects-valid in C++11: array new of a negative size, or overflowing arrayRichard Smith2012-02-041-1/+2
* Re-fix r136172 so it isn't an error; apparently, some people are fond of thei...Eli Friedman2011-07-261-1/+1
* Diagnose trying to delete a pointer to an abstract class with a non-virtual d...Eli Friedman2011-07-261-0/+7
* A couple minor issues with Sema for delete:Eli Friedman2011-07-261-0/+12
* Enforce access control for the destructor in a new[] expression and markJohn McCall2011-07-131-0/+8
* Implement access checking for the "delete" operator. Fixes PR9050,Douglas Gregor2011-02-011-0/+11
* Make this error less specific but also less likely to cause confusion. FixesNick Lewycky2010-11-031-2/+8
* The paired 'operator delete' for a placement 'operator new' is always aJohn McCall2010-09-141-0/+18
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Improve wording of diagnostic complaining about a non-void* pointer as the fi...Douglas Gregor2010-08-271-0/+10
* Fix a crash on template delete operators.Chandler Carruth2010-08-081-0/+12
* Remove a redundant and broken check. Fixes PR7810.Sebastian Redl2010-08-051-0/+11
* When deleting a value of class type, make sure that type is completeDouglas Gregor2010-07-291-0/+11
* Downgrade the "when type is in parentheses, array cannot have dynamicDouglas Gregor2010-07-131-1/+23
* Implement C++ DR299, which allows an implicit conversion from a classDouglas Gregor2010-06-301-0/+1
* Suppress diagnosing access violations while looking up deallocation functionsChandler Carruth2010-06-281-0/+24
* Downgrade deletion of a void* from an error (which is should be) to anDouglas Gregor2010-05-241-1/+1
* Correctly diagnose array 'new' with initialization arguments when the new typ...Anders Carlsson2010-05-161-0/+3
* When the type-id or new-type-id of a C++ "new" expression is a typedefDouglas Gregor2010-05-161-0/+10
* The array form of 'new' can never have initializers.Anders Carlsson2010-05-031-1/+20
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-6/+6
* Do not try to instantiate invalid declarations. It's a recipe forDouglas Gregor2010-02-161-4/+2
* Ensure that a operator delete overload is rocognized regardless of cv-quals.Chandler Carruth2010-02-081-0/+8
* Teach the allocation function overload handling to deal with templates, andChandler Carruth2010-02-031-0/+7
* Fix the EntityKind order so that all entity kinds that can be copied (using c...Anders Carlsson2010-01-231-1/+1
* Allow the first parameter of operator new to be a cv-qualifiedDouglas Gregor2009-12-221-2/+2
* Switch the C++ new expression over to InitializationSequence, ratherDouglas Gregor2009-12-161-5/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* More improvements to checking allocation and deallocation functions.Anders Carlsson2009-12-131-5/+5
* Look through using declarations when searching for allocation overloads.Anders Carlsson2009-12-091-0/+14
* When we're trying to define an implicit virtual destructor, make sure that we...Anders Carlsson2009-11-301-0/+12
* Fix test on Linux.Eli Friedman2009-11-161-2/+2
* If we find a deallocation function in the class scope, but it is a placement ...Anders Carlsson2009-11-151-1/+9
* Diagnose ambiguity of operator delete and operator delete[]. Sebastian, pleas...Anders Carlsson2009-11-141-0/+17
* Make test more platform independent (per Sebastian's comment).Fariborz Jahanian2009-11-111-2/+2
* Diagnose illegally typed operator new/new[].Fariborz Jahanian2009-11-101-0/+28
* Remove the Skip parameter from GetTypeForDeclarator and dependents. Take the ...Sebastian Redl2009-10-251-0/+1
OpenPOWER on IntegriCloud