1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/tools/llvm-upgrade
Reid Spencer 2041d78a6f For PR1137:
When a value is found to have the same name as another, try harder to
disambiguate when its a type plane collapse issue and when it isn't. We
traverse the type to see if it contains an integer. If it does not then
we issue the error because it can't be resulting from integer type planes
collapsing. Otherwise we just rename it, even if that's a bit of overkill.

llvm-svn: 33594
2007-01-28 00:51:40 +00:00
..
.cvsignore Ignore generated files. 2006-11-30 06:37:43 +00:00
llvm-upgrade.cpp Regenerate. 2007-01-26 08:19:09 +00:00
Makefile Regenerate. 2007-01-26 08:19:09 +00:00
UpgradeInternals.h Remove the SignedType class and other dead code. Improve comments. 2007-01-26 17:13:53 +00:00
UpgradeLexer.cpp.cvs Regenerate. 2007-01-26 08:19:09 +00:00
UpgradeLexer.l For All These Bugs: 2007-01-26 08:18:34 +00:00
UpgradeLexer.l.cvs Regenerate. 2007-01-26 08:19:09 +00:00
UpgradeParser.cpp.cvs Regenerate. 2007-01-26 20:31:18 +00:00
UpgradeParser.h.cvs Regenerate. 2007-01-26 20:31:18 +00:00
UpgradeParser.y For PR1137: 2007-01-28 00:51:40 +00:00
UpgradeParser.y.cvs Regenerate. 2007-01-26 20:31:18 +00:00