Saleem Abdulrasool 08b49042cb llvm-cxxfilt: filter out invalid manglings
c++filt does not attempt to demangle symbols which do not match its
expected format.  This means that the symbol must start with _Z or ___Z
(block invocation function extension).  Any other symbols are returned
as is.  Note that this is different from the behaviour of __cxa_demangle
which will demangle fragments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292467 91177308-0d34-0410-b5e6-96231b3b80d8
2017-01-19 02:58:46 +00:00
..
2016-12-16 16:48:46 +00:00
2017-01-17 05:47:03 +00:00
2016-12-08 15:28:02 +00:00
2016-11-01 20:19:33 +00:00
2016-12-21 22:10:01 +00:00
2016-11-29 21:54:33 +00:00