diff browse annotate |
522135225936a32c7b084ba7eea082ee025ea7d5 created 2016-08-12 18:02 -0700 pushed 2016-08-13 02:43 +0000 |
Jeff Walden | Jeff Walden - Bug 1294537 - Don't tag |void* p| in the don't-nullcheck placement operator new overload as MOZ_NONNULL, because that makes a double-checking assertion of non-nullness into a compiler warning. r=froydnj |
diff browse annotate |
e3608df9fe09f509a8fe62be0cd6743151e4f7a3 created 2016-08-12 22:43 -0400 pushed 2016-08-13 02:43 +0000 |
Nathan Froyd | Nathan Froyd - Bug 1294537 - introduce a non-null-checking placement operator new; r=sunfish,nbp |