hanchenye-llvm-project/libcxxabi
Howard Hinnant ef93bc1c8a Updated CREDITS.TXT
llvm-svn: 185464
2013-07-02 19:01:59 +00:00
..
include Tweaks/cleanups provided by Matthew Dempsky 2013-06-17 20:25:21 +00:00
lib Demangler update: This now demangles many more (all?) C++11 symbols. Demangler tests updated. 2013-06-17 18:10:34 +00:00
src 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 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
www
CREDITS.TXT Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
LICENSE.TXT