platform_system_core/demangle
Elliott Hughes d7bb826a9c Fix a few demangler issues.
Specifically:

  * rvalue references.

  * St does not require N...E delimiters (explicit special case in the spec).

  * ".cfi" suffixes.

Bug: http://b/67678053
Test: ran tests
Change-Id: If8cabad448b46b165eefc6c5487996428c9c6975
2018-02-09 17:34:55 -08:00
..
include Implement a simple demangler. 2017-03-07 13:04:32 -08:00
.clang-format Use the clang format 2 space as default. 2017-03-14 13:06:19 -07:00
Android.bp Enable libdemangle and libunwindstack on host bionic 2017-09-20 13:16:13 -07:00
Android.mk Fix bug found by fuzzer. 2017-05-31 17:54:19 -07:00
demangle.cpp Make demangle work more like c++filt. 2017-03-28 17:38:01 -07:00
demangle_fuzzer.cpp Fix bug found by fuzzer. 2017-05-31 17:54:19 -07:00
Demangler.cpp Fix a few demangler issues. 2018-02-09 17:34:55 -08:00
Demangler.h Fix template support. 2017-10-31 15:00:54 -07:00
DemangleTest.cpp Fix a few demangler issues. 2018-02-09 17:34:55 -08:00
OWNERS Add OWNERS. 2017-12-07 13:30:03 -08:00