This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-06 06:31:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e7de47efbec4f33a9d5e111e19eca14c5f79c19a
llvm
/
libcxxabi
/
test
History
Howard Hinnant
60c16eb7f5
I'd no sooner made the last commit when Matthew Dempsky sent me another test case that led me to yet another closely related test case that the current design could not handle. I've now changed the way forward references are handled completely. It wasn't that much code to change. The demangler, when confronted with a forward reference to a template parameter, now parses things twice. During the second parse, all forward references are remembered from the first parse. Test suite updated with new case.
...
llvm-svn: 184672
2013-06-23 19:52:45 +00:00
..
catch_array_01.cpp
…
catch_array_02.cpp
…
catch_class_01.cpp
…
catch_class_02.cpp
…
catch_class_03.cpp
…
catch_class_04.cpp
…
catch_const_pointer_nullptr.cpp
…
catch_function_01.cpp
…
catch_function_02.cpp
…
catch_member_data_pointer_01.cpp
…
catch_member_function_pointer_01.cpp
…
catch_member_pointer_nullptr.cpp
…
catch_pointer_nullptr.cpp
…
catch_ptr_02.cpp
…
catch_ptr.cpp
…
dynamic_cast3.cpp
…
dynamic_cast5.cpp
…
dynamic_cast14.cpp
…
dynamic_cast_stress.cpp
…
test_aux_runtime.cpp
…
test_demangle.cpp
I'd no sooner made the last commit when Matthew Dempsky sent me another test case that led me to yet another closely related test case that the current design could not handle. I've now changed the way forward references are handled completely. It wasn't that much code to change. The demangler, when confronted with a forward reference to a template parameter, now parses things twice. During the second parse, all forward references are remembered from the first parse. Test suite updated with new case.
2013-06-23 19:52:45 +00:00
test_exception_storage.cpp
…
test_fallback_malloc.cpp
…
test_guard.cpp
…
test_vector1.cpp
…
test_vector2.cpp
…
test_vector3.cpp
…
testit
…
unwind_01.cpp
…
unwind_02.cpp
…
unwind_03.cpp
…
unwind_04.cpp
…
unwind_05.cpp
…