llvm-capstone/libcxxabi
Congcong Cai 4bc4d51c18
[Demangle] demangle builtin type transformations (#65902)
Fixed: https://github.com/llvm/llvm-project/issues/62127
https://reviews.llvm.org/D116203 introduced several compiler builtin
equivalents of the unary type traits. In some cases (e.g. template)
those builtin will be dependent and need to be mangle.
This patch add the check for `u{builtin}I{type}E` to demangle it.

Reviewed By: rjmccall

Differential Revision: https://reviews.llvm.org/D148465
2023-09-21 14:23:58 +08:00
..
cmake [runtimes] Remove add_target_flags* functions and use add_flags* instead 2023-02-21 13:16:44 +01:00
fuzz
include [libcxxabi] Omit dllimport in public headers in MinGW mode 2023-04-19 13:34:54 +03:00
lib
src [Demangle] demangle builtin type transformations (#65902) 2023-09-21 14:23:58 +08:00
test [Demangle] demangle builtin type transformations (#65902) 2023-09-21 14:23:58 +08:00
www Remove references to old mailing lists that have moved to discourse. Replace with links to discourse. 2022-07-22 09:59:03 -07:00
.clang-format [libcxx] Remove extraneous '---' lines in .clang-format files 2022-06-15 01:34:37 -07:00
.gitignore
CMakeLists.txt [libc++] Fix a few incorrect CMake configuration options 2023-08-17 09:43:09 -04:00
CREDITS.TXT
LICENSE.TXT