[PATCH] D51003: Allow demangler's node allocator to fail, and bail out of the entire demangling process when it does. Use this to support a "lookup" query for the mangling canonicalizer that does not create new nodes.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 16:27:04 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340670: Allow demangler's node allocator to fail, and bail out of the entire (authored by rsmith, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51003?vs=161584&id=162497#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51003

Files:
  llvm/trunk/include/llvm/Demangle/ItaniumDemangle.h
  llvm/trunk/include/llvm/Support/ItaniumManglingCanonicalizer.h
  llvm/trunk/lib/Support/ItaniumManglingCanonicalizer.cpp
  llvm/trunk/unittests/Support/ItaniumManglingCanonicalizerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51003.162497.patch
Type: text/x-patch
Size: 14208 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180824/e867ef03/attachment.bin>


More information about the llvm-commits mailing list